aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr51106-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr51106-1.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr51106-1.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr51106-1.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr51106-1.c
deleted file mode 100644
index 10b3b682b..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr51106-1.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* PR target/51106 */
-/* { dg-do "compile" } */
-/* { dg-skip-if "RTL error" { "*-*-*" } { "-fno-fat-lto-objects" } { "" } } */
-
-int
-foo (int x)
-{
- asm goto ("" : : "i" (x) : : lab); /* { dg-error "impossible constraint" } */
- return 1;
-lab:
- return 0;
-}
-
-/* { dg-warning "probably doesn.t match constraints" "" { target *-*-* } 8 } */