Changeset 4a7d895 for src/tests/.expect/declarationErrors.txt
- Timestamp:
- Aug 20, 2016, 5:33:07 AM (10 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, stuck-waitfor-destruct, with_gc
- Children:
- 80722d0
- Parents:
- 7b1bfc5 (diff), 2037f82 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/tests/.expect/declarationErrors.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/declarationErrors.txt
r7b1bfc5 r4a7d895 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 i: int7 6 with body 8 7 9 8 10 Error: invalid combination of storage classes in declaration of x19: static staticconst volatile volatile instance of struct __anonymous19 Error: invalid combination of storage classes in declaration of x19: static const volatile volatile instance of struct __anonymous1 11 10 with members 12 i: int13 11 with body 14 12 15 13 16 Error: invalid combination of storage classes in declaration of x28: static staticvolatile const instance of type Int14 Error: invalid combination of storage classes in declaration of x28: static volatile const instance of type Int 17 15 18 16 make: *** [declarationErrors] Error 1
Note:
See TracChangeset
for help on using the changeset viewer.