- Timestamp:
- Sep 11, 2016, 9:28:20 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, 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:
- 5b639ee, cb2b15c, d88f256a, ddcfb88
- Parents:
- 126e54f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/declarationErrors.txt
r126e54f rb6424d9 2 2 Error: duplicate static in declaration of x1: static const volatile short int 3 3 4 Error: multipleextern & static in declaration of x2: extern const volatile short int4 Error: conflicting extern & static in declaration of x2: extern const volatile short int 5 5 6 Error: multiple extern & auto, multiple extern & static, multipleextern & static, duplicate extern in declaration of x3: extern const volatile short int6 Error: conflicting extern & auto, conflicting extern & static, conflicting extern & static, duplicate extern in declaration of x3: extern const volatile short int 7 7 8 8 Error: duplicate static in declaration of x4: static const volatile instance of const volatile struct __anonymous0
Note: See TracChangeset
for help on using the changeset viewer.