Changeset a08ba92 for translator/Tests/gcc
- Timestamp:
- May 19, 2015, 4:58:14 PM (11 years ago)
- 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, stuck-waitfor-destruct, with_gc
- Children:
- 843054c2
- Parents:
- 01aeade
- Location:
- translator/Tests/gcc
- Files:
-
- 7 edited
-
900516-1.c (modified) (1 diff)
-
920301-1.c (modified) (1 diff)
-
920409-1.c (modified) (1 diff)
-
920409-2.c (modified) (1 diff)
-
920501-1.c (modified) (1 diff)
-
920501-11.c (modified) (1 diff)
-
920501-19.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
translator/Tests/gcc/900516-1.c
r01aeade ra08ba92 1 1 /* added 'int' to argument */ 2 f(int c) { return!(c?2.0:1.0); }2 f(int c) { return!(c?2.0:1.0); } -
translator/Tests/gcc/920301-1.c
r01aeade ra08ba92 1 f() {static void*t[];/*={&&x};*/ x:y:;}2 g() {static unsigned p[5];}1 f() {static void*t[];/*={&&x};*/ x:y:;} 2 g() {static unsigned p[5];} -
translator/Tests/gcc/920409-1.c
r01aeade ra08ba92 1 x() {int y;y>0.0?y:y-1;}1 x() {int y;y>0.0?y:y-1;} -
translator/Tests/gcc/920409-2.c
r01aeade ra08ba92 1 double x() {int x1,x2;double v;1 double x() {int x1,x2;double v; 2 2 if (((long)(x1-x2))<1)return -1.0;v=t(v);v=y(1,v>0.0?(int)v:((int)v-1));} -
translator/Tests/gcc/920501-1.c
r01aeade ra08ba92 1 a() {int**b[]={&&c};c:;}1 a() {int**b[]={&&c};c:;} -
translator/Tests/gcc/920501-11.c
r01aeade ra08ba92 1 typedef struct{int s;}S;foo() {int i=(int)&(S){(void*)((int)&(S){1})};}1 typedef struct{int s;}S;foo() {int i=(int)&(S) {(void*)((int)&(S) {1})};} -
translator/Tests/gcc/920501-19.c
r01aeade ra08ba92 1 long long x=0;y() {x=0;}1 long long x=0;y() {x=0;}
Note:
See TracChangeset
for help on using the changeset viewer.