Changeset fa463f1 for src/tests/declarationErrors.c
- Timestamp:
- Aug 30, 2016, 4:26:01 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, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- c8dfcd3
- Parents:
- 3906301 (diff), 32a2a99 (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/declarationErrors.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/declarationErrors.c
r3906301 rfa463f1 10 10 // Created On : Wed Aug 17 08:23:43 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Aug 17 08:27:15201613 // Update Count : 212 // Last Modified On : Thu Aug 25 18:16:40 2016 13 // Update Count : 5 14 14 // 15 15 16 const short static int volatile x4;17 const static volatile short int x4;18 16 static short int volatile static const x9; // duplicate static 19 17 struct { int i; } const static volatile static x18; // duplicate static … … 29 27 volatile static const volatile inline int f06(); // duplicate volatile 30 28 const static const volatile int inline f07(); // duplicate const 31 volatile static const int inline volatile f08(); // duplicate volatile 29 volatile static const int inline const volatile f08(); // duplicate volatile 30 31 volatile static const int inline const volatile f09(); // duplicate volatile 32 volatile static const int inline const volatile f09(); // duplicate volatile 32 33 33 34 //Dummy main
Note:
See TracChangeset
for help on using the changeset viewer.