diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/920501-18.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/compile/920501-18.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/920501-18.c b/gcc/testsuite/gcc.c-torture/compile/920501-18.c deleted file mode 100755 index 70f7c0a..0000000 --- a/gcc/testsuite/gcc.c-torture/compile/920501-18.c +++ /dev/null @@ -1,2 +0,0 @@ -union u{int i;float f;}; -x(p)int p;{union u x;for(x.i=0;x.i<p;x.i++)if(x.f>(float)3.0)break;} |