aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/no-asm-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/no-asm-2.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/no-asm-2.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/no-asm-2.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/no-asm-2.c
deleted file mode 100644
index 3cd41141d..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/no-asm-2.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-std=gnu89 -fno-asm" } */
-
-/* Verify that these GNU extensions are not recognized as keywords
- when using -fno-asm in GNU89 mode. */
-
-int asm; /* { dg-bogus "before .asm." } */
-int inline; /* { dg-bogus "empty declaration" } */
-int typeof; /* { dg-bogus "before .typeof." } */