- Timestamp:
- Sep 15, 2016, 10:55:52 AM (9 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:
- aa8f9df
- Parents:
- f006f01 (diff), 1eba452 (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. - Location:
- src/tests
- Files:
-
- 2 edited
-
.expect/declarationErrors.txt (modified) (1 diff)
-
avltree/avl_test.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/declarationErrors.txt
rf006f01 rfd782b2 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 -
src/tests/avltree/avl_test.c
rf006f01 rfd782b2 14 14 15 15 // int -> int 16 tree(int, int) * imap = create(-1, 0);16 tree(int, int) * imap = create(-1, (int)0); 17 17 insert(&imap, 12, 13); 18 18 insert(&imap, 2, 3);
Note:
See TracChangeset
for help on using the changeset viewer.