diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/compile/921004-1.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/compile/921004-1.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/compile/921004-1.c b/gcc_arm/testsuite/gcc.c-torture/compile/921004-1.c deleted file mode 100755 index a947229..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/compile/921004-1.c +++ /dev/null @@ -1,6 +0,0 @@ -/* REPRODUCED:CC1:SIGNAL MACHINE:i386 OPTIONS: */ -long long f() -{ -long long*g,*s; -return*g+*s; -} |