summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/ConstDef.err
blob: 5183f11176379602870a7ae5024fbc16eed92cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
ConstDef.ice:75: `XXX' is not defined
ConstDef.ice:76: redefinition of constant `f11' as constant
ConstDef.ice:77: constant `F10' differs only in capitalization from constant `f10'
ConstDef.ice:80: constant `ic2' has illegal type
ConstDef.ice:81: constant `ic3' has illegal type: `Object'
ConstDef.ice:83: initializer of type `long' is incompatible with the type `bool' of constant `ic4'
ConstDef.ice:84: initializer of type `string' is incompatible with the type `byte' of constant `ic5'
ConstDef.ice:85: initializer of type `double' is incompatible with the type `short' of constant `ic6'
ConstDef.ice:86: type of initializer is incompatible with the type `int' of constant `ic7'
ConstDef.ice:87: initializer of type `bool' is incompatible with the type `long' of constant `ic8'
ConstDef.ice:89: missing constant name
ConstDef.ice:92: `two' does not designate an enumerator of `::Test::color'
ConstDef.ice:93: type of initializer is incompatible with the type of constant `ic10'
ConstDef.ice:109: integer constant `-9223372036854775809' out of range
ConstDef.ice:110: integer constant `+9223372036854775808' out of range
ConstDef.ice:114: initializer `-2147483649' for constant `i3' out of range for type int
ConstDef.ice:115: initializer `2147483648' for constant `i4' out of range for type int
ConstDef.ice:119: initializer `-32769' for constant `s3' out of range for type short
ConstDef.ice:120: initializer `32768' for constant `s4' out of range for type short
ConstDef.ice:124: initializer `-1' for constant `b3' out of range for type byte
ConstDef.ice:125: initializer `256' for constant `b4' out of range for type byte
ConstDef.ice:137: initializer `32767' for constant `c5' out of range for type byte
ConstDef.ice:138: initializer `2147483647' for constant `c6' out of range for type short
ConstDef.ice:139: initializer `9223372036854775807' for constant `c7' out of range for type int
ConstDef.ice:150: warning: unknown escape sequence `\g'
ConstDef.ice:151: unknown escape sequence in string literal: `\u000N'
ConstDef.ice:152: unknown escape sequence in string literal: `\U0000000K'
ConstDef.ice:153: octal escape sequence out of range: `\455'
ConstDef.ice:154: no hex digit in hex escape sequence
ConstDef.ice:155: a universal character name cannot designate a surrogate: `\uD83C'
ConstDef.ice:155: a universal character name cannot designate a surrogate: `\uDF4C'