Changeset 1d61b67
- Timestamp:
- Jun 16, 2021, 2:43:37 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 798a8b3
- Parents:
- 3814957
- Location:
- tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/typedefRedef-ERR1.txt
r3814957 r1d61b67 1 typedefRedef.cfa: 69:25: warning: Compiled1 typedefRedef.cfa:75:25: warning: Compiled 2 2 typedefRedef.cfa:4:1 error: Cannot redefine typedef: Foo 3 typedefRedef.cfa: 59:1 error: Cannot redefine typedef: ARR3 typedefRedef.cfa:65:1 error: Cannot redefine typedef: ARR -
tests/.expect/typedefRedef.txt
r3814957 r1d61b67 1 typedefRedef.cfa: 69:25: warning: Compiled1 typedefRedef.cfa:75:25: warning: Compiled -
tests/typedefRedef.cfa
r3814957 r1d61b67 45 45 typedef int X2; 46 46 47 X2 value __attribute__((aligned(4 * sizeof(X2)))); 48 49 __attribute__((aligned(4 * sizeof(X2)))) struct rseq_cs { 50 int foo; 51 }; 52 47 53 // xxx - this doesn't work yet due to parsing problems with generic types 48 54 // #ifdef __CFA__
Note: See TracChangeset
for help on using the changeset viewer.