summaryrefslogtreecommitdiff
path: root/gcc_arm/testsuite/gcc.wendy/gnu27.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_arm/testsuite/gcc.wendy/gnu27.c')
-rwxr-xr-xgcc_arm/testsuite/gcc.wendy/gnu27.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/gcc_arm/testsuite/gcc.wendy/gnu27.c b/gcc_arm/testsuite/gcc.wendy/gnu27.c
deleted file mode 100755
index f197737..0000000
--- a/gcc_arm/testsuite/gcc.wendy/gnu27.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/* DEJAGNU_OUTPUT:"Test failed (if it compiles at all)" */
-
-/*
- * This program should generate at least a warning; preferably an error.
- */
-int *
-main()
-{
- int local = 1;
-
- printf("Test failed (if it compiles at all)\n");
-
- return &local;
-}
-
-/*
- * RMS comments:
- *
-Date: Sun, 18 Dec 88 14:39:18 EST
-From: rms@wheaties.ai.mit.edu (Richard Stallman)
-To: gnu@toad.com
-Subject: gcc-1.31 sparc test suite results
-
-I do not anticipate that gnu27.c will ever produce a warning
-message. I can see kludgy ways to produce them in simple cases,
-but more complicated circumlocutions would avoid them. In general
-the problem is uncomputable.
- */