aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/pr35742.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/pr35742.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/pr35742.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/pr35742.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/pr35742.c
deleted file mode 100644
index 609472792..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/pr35742.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* PR c/35742 */
-/* { dg-do compile } */
-/* { dg-options "-std=gnu99" } */
-/* { dg-bogus "not supported by" "" { target *-*-* } 0 } */
-
-void
-foo ()
-{
- for (;;)
- ({break;})(); /* { dg-error "is not a function" } */
- for (;;)
- ({continue;})(); /* { dg-error "is not a function" } */
-}