source: src/tests/.expect/declarationErrors.txt @ 9f70ab57

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 9f70ab57 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
Line 
1CFA Version 1.0.0 (debug)
2Error: invalid combination of storage classes in declaration of x9: static const volatile short int
3
4Error: invalid combination of storage classes in declaration of x18: static const volatile instance of const volatile struct __anonymous0
5  with members
6   with body
7
8
9Error: duplicate qualifier volatile in declaration of x19: static const volatile instance of const volatile struct __anonymous1
10  with members
11   with body
12
13
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
65
66make: *** [declarationErrors] Error 1
Note: See TracBrowser for help on using the repository browser.