Ignore:
Timestamp:
Jun 5, 2015, 9:34:43 AM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
59db689
Parents:
44b5ca0
Message:

regression testing, second attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/gcc/920501-11.c

    r44b5ca0 ra65d92e  
    1 typedef struct{int s;}S;foo() {int i=(int)&(S) {(void*)((int)&(S) {1})};}
     1typedef struct{ int s; } S;
     2foo() {
     3        int i = (int)&(S){ (void*)((int)&(S) {1}) };
     4}
     5
     6// Local Variables: //
     7// tab-width: 4 //
     8// End: //
Note: See TracChangeset for help on using the changeset viewer.