- Timestamp:
- Aug 16, 2016, 2:41:17 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 1f6d4624
- Parents:
- 7880579
- Location:
- src/tests/.expect
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/tests/.expect/declarationErrors.txt ¶
r7880579 r13e3b50 1 1 CFA Version 1.0.0 (debug) 2 Error: invalid combination of storage classes in declaration of x9: static staticvolatile const short int2 Error: invalid combination of storage classes in declaration of x9: static volatile const short int 3 3 4 Error: invalid combination of storage classes in declaration of x18: static staticconst volatile instance of struct __anonymous04 Error: invalid combination of storage classes in declaration of x18: static const volatile instance of struct __anonymous0 5 5 with members 6 6 i: int … … 8 8 9 9 10 Error: invalid combination of storage classes in declaration of x19: static staticconst volatile volatile instance of struct __anonymous110 Error: invalid combination of storage classes in declaration of x19: static const volatile volatile instance of struct __anonymous1 11 11 with members 12 12 i: int … … 14 14 15 15 16 Error: invalid combination of storage classes in declaration of x28: static staticvolatile const instance of type Int16 Error: invalid combination of storage classes in declaration of x28: static volatile const instance of type Int 17 17 18 18 make: *** [declarationErrors] Error 1 -
TabularUnified src/tests/.expect/declarationSpecifier.txt ¶
r7880579 r13e3b50 1 1 CFA Version 1.0.0 (debug) 2 Error: invalid combination of storage classes in declaration of x9: static staticvolatile const short int2 Error: invalid combination of storage classes in declaration of x9: static volatile const short int 3 3 4 Error: invalid combination of storage classes in declaration of x18: static staticconst volatile instance of struct __anonymous84 Error: invalid combination of storage classes in declaration of x18: static const volatile instance of struct __anonymous8 5 5 with members 6 6 i: int … … 8 8 9 9 10 Error: invalid combination of storage classes in declaration of x19: static staticconst volatile volatile instance of struct __anonymous910 Error: invalid combination of storage classes in declaration of x19: static const volatile volatile instance of struct __anonymous9 11 11 with members 12 12 i: int … … 14 14 15 15 16 Error: invalid combination of storage classes in declaration of x28: static staticvolatile const instance of type Int16 Error: invalid combination of storage classes in declaration of x28: static volatile const instance of type Int 17 17 18 18 make: *** [declarationSpecifier] Error 1
Note: See TracChangeset
for help on using the changeset viewer.