diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/compile/920415-1.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/compile/920415-1.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/compile/920415-1.c b/gcc_arm/testsuite/gcc.c-torture/compile/920415-1.c deleted file mode 100755 index 8d9bc06..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/compile/920415-1.c +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef NO_LABEL_VALUES -f () -{ - __label__ l; - void *x() - { - return &&l; - } - goto *x (); - abort (); - return; - l: - exit (0); -} -#else -int x; -#endif |