aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi2.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi2.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi2.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi2.c
deleted file mode 100644
index 916d5a949..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi2.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Test for overly eager multiple include optimization.
- Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h.
- Problem noted by Tom Tromey <tromey@cygnus.com>. */
-/* { dg-do compile } */
-
-#include "mi2a.h"
-#include "mi2b.h"
-
-int main (void)
-{
- return x;
-}