source: src/tests/.expect/declarationErrors.txt @ 138e29e

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 138e29e was 6a1bdfd, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Python test script now supports both debug and no debug tests

  • Property mode set to 100644
File size: 2.2 KB
Line 
1Error: duplicate static in declaration of x1: static const volatile short int
2
3Error: conflicting extern & static in declaration of x2: extern const volatile short int
4
5Error: conflicting extern & auto, conflicting extern & static, conflicting extern & static, duplicate extern in declaration of x3: extern const volatile short int
6
7Error: duplicate static in declaration of x4: static const volatile instance of const volatile struct __anonymous0
8  with members
9   with body
10
11
12Error: duplicate const, duplicate static, duplicate volatile in declaration of x5: static const volatile instance of const volatile struct __anonymous1
13  with members
14   with body
15
16
17Error: duplicate static in declaration of x6: static const volatile instance of type Int
18
19Error: duplicate const in declaration of f01: static inline function
20  with no parameters
21  returning const volatile int
22
23
24Error: duplicate volatile in declaration of f02: static inline function
25  with no parameters
26  returning const volatile int
27
28
29Error: duplicate const in declaration of f03: static inline function
30  with no parameters
31  returning const volatile int
32
33
34Error: duplicate volatile in declaration of f04: static inline function
35  with no parameters
36  returning const volatile int
37
38
39Error: duplicate const in declaration of f05: static inline function
40  with no parameters
41  returning const volatile int
42
43
44Error: duplicate volatile in declaration of f06: static inline function
45  with no parameters
46  returning const volatile int
47
48
49Error: duplicate const in declaration of f07: static inline function
50  with no parameters
51  returning const volatile int
52
53
54Error: duplicate const, duplicate volatile in declaration of f08: static inline function
55  with no parameters
56  returning const volatile int
57
58
59Error: duplicate const, duplicate volatile in declaration of f09: static inline function
60  with no parameters
61  returning const volatile int
62
63
64Error: duplicate const, duplicate _Atomic, duplicate _Atomic, duplicate const, duplicate restrict, duplicate volatile in declaration of f09: static inline function
65  with no parameters
66  returning const restrict volatile _Atomic int
67
68
69make: *** [declarationErrors] Error 1
Note: See TracBrowser for help on using the repository browser.