- Timestamp:
- Aug 16, 2016, 5:56:37 PM (8 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:
- 29917c6
- Parents:
- 7880579
- Location:
- src/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/declarationErrors.txt
r7880579 r0da3e2c 4 4 Error: invalid combination of storage classes in declaration of x18: static static const volatile instance of struct __anonymous0 5 5 with members 6 i: int7 6 with body 8 7 … … 10 9 Error: invalid combination of storage classes in declaration of x19: static static const volatile volatile instance of struct __anonymous1 11 10 with members 12 i: int13 11 with body 14 12 -
src/tests/.expect/declarationSpecifier.txt
r7880579 r0da3e2c 4 4 Error: invalid combination of storage classes in declaration of x18: static static const volatile instance of struct __anonymous8 5 5 with members 6 i: int7 6 with body 8 7 … … 10 9 Error: invalid combination of storage classes in declaration of x19: static static const volatile volatile instance of struct __anonymous9 11 10 with members 12 i: int13 11 with body 14 12 -
src/tests/gccExtensions.c
r7880579 r0da3e2c 1 1 // 2 // Cforall Version 1.0.0 Copyright (C) 201 5University of Waterloo2 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo 3 3 // 4 4 // The contents of this file are covered under the licence agreement in the … … 10 10 // Created On : Sun Aug 14 17:28:17 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Aug 15 12:44:35201613 // Update Count : 512 // Last Modified On : Tue Aug 16 14:49:47 2016 13 // Update Count : 6 14 14 // 15 15
Note: See TracChangeset
for help on using the changeset viewer.