| 1 | CFA Version 1.0.0 (debug)
|
|---|
| 2 | Error: duplicate static in declaration of x1: static const volatile short int
|
|---|
| 3 |
|
|---|
| 4 | Error: conflicting extern & static in declaration of x2: extern const volatile short int
|
|---|
| 5 |
|
|---|
| 6 | Error: conflicting extern & auto, conflicting extern & static, conflicting extern & static, duplicate extern in declaration of x3: extern const volatile short int
|
|---|
| 7 |
|
|---|
| 8 | Error: duplicate static in declaration of x4: static const volatile instance of const volatile struct __anonymous0
|
|---|
| 9 | with members
|
|---|
| 10 | with body
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | Error: duplicate const, duplicate static, duplicate volatile in declaration of x5: static const volatile instance of const volatile struct __anonymous1
|
|---|
| 14 | with members
|
|---|
| 15 | with body
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 | Error: duplicate static in declaration of x6: static const volatile instance of type Int
|
|---|
| 19 |
|
|---|
| 20 | Error: duplicate const in declaration of f01: static inline function
|
|---|
| 21 | with no parameters
|
|---|
| 22 | returning const volatile int
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 | Error: duplicate volatile in declaration of f02: static inline function
|
|---|
| 26 | with no parameters
|
|---|
| 27 | returning const volatile int
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 | Error: duplicate const in declaration of f03: static inline function
|
|---|
| 31 | with no parameters
|
|---|
| 32 | returning const volatile int
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 | Error: duplicate volatile in declaration of f04: static inline function
|
|---|
| 36 | with no parameters
|
|---|
| 37 | returning const volatile int
|
|---|
| 38 |
|
|---|
| 39 |
|
|---|
| 40 | Error: duplicate const in declaration of f05: static inline function
|
|---|
| 41 | with no parameters
|
|---|
| 42 | returning const volatile int
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 | Error: duplicate volatile in declaration of f06: static inline function
|
|---|
| 46 | with no parameters
|
|---|
| 47 | returning const volatile int
|
|---|
| 48 |
|
|---|
| 49 |
|
|---|
| 50 | Error: duplicate const in declaration of f07: static inline function
|
|---|
| 51 | with no parameters
|
|---|
| 52 | returning const volatile int
|
|---|
| 53 |
|
|---|
| 54 |
|
|---|
| 55 | Error: duplicate const, duplicate volatile in declaration of f08: static inline function
|
|---|
| 56 | with no parameters
|
|---|
| 57 | returning const volatile int
|
|---|
| 58 |
|
|---|
| 59 |
|
|---|
| 60 | Error: duplicate const, duplicate volatile in declaration of f09: static inline function
|
|---|
| 61 | with no parameters
|
|---|
| 62 | returning const volatile int
|
|---|
| 63 |
|
|---|
| 64 |
|
|---|
| 65 | Error: duplicate const, duplicate _Atomic, duplicate _Atomic, duplicate const, duplicate restrict, duplicate volatile in declaration of f09: static inline function
|
|---|
| 66 | with no parameters
|
|---|
| 67 | returning const restrict volatile _Atomic int
|
|---|
| 68 |
|
|---|
| 69 |
|
|---|
| 70 | make: *** [declarationErrors] Error 1
|
|---|