source: src/tests/.expect/declarationErrors.txt @ ced2e989

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since ced2e989 was c1c1112, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago

fix segment fault when printing syntax error, more refactoring of parser code

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[4efe4d1]1CFA Version 1.0.0 (debug)
[c1c1112]2Error: invalid combination of storage classes in declaration of x9: static const volatile short int
[4efe4d1]3
[c1c1112]4Error: invalid combination of storage classes in declaration of x18: static const volatile instance of const volatile struct __anonymous0
[4efe4d1]5  with members
[5d125e4]6   with body
[4efe4d1]7
8
[c1c1112]9Error: duplicate qualifier volatile in declaration of x19: static const volatile instance of const volatile struct __anonymous1
[4efe4d1]10  with members
[5d125e4]11   with body
[4efe4d1]12
13
[c1c1112]14Error: invalid combination of storage classes in declaration of x28: static const volatile instance of type Int
15
16Error: duplicate qualifier const in declaration of f01: static inline function
17  with no parameters
18  returning const volatile int
19
20
21Error: duplicate qualifier volatile in declaration of f02: static inline function
22  with no parameters
23  returning const volatile int
24
25
26Error: duplicate qualifier const in declaration of f03: static inline function
27  with no parameters
28  returning const volatile int
29
30
31Error: duplicate qualifier volatile in declaration of f04: static inline function
32  with no parameters
33  returning const volatile int
34
35
36Error: duplicate qualifier const in declaration of f05: static inline function
37  with no parameters
38  returning const volatile int
39
40
41Error: duplicate qualifier volatile in declaration of f06: static inline function
42  with no parameters
43  returning const volatile int
44
45
46Error: duplicate qualifier const in declaration of f07: static inline function
47  with no parameters
48  returning const volatile int
49
50
51Error: duplicate qualifier const, volatile in declaration of f08: static inline function
52  with no parameters
53  returning const volatile int
54
55
56Error: duplicate qualifier const, volatile in declaration of f09: static inline function
57  with no parameters
58  returning const volatile int
59
60
61Error: duplicate qualifier const, volatile in declaration of f09: static inline function
62  with no parameters
63  returning const volatile int
64
[4efe4d1]65
[d5b904d]66make: *** [declarationErrors] Error 1
Note: See TracBrowser for help on using the repository browser.