aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/missing-header-MD.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/missing-header-MD.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/missing-header-MD.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/missing-header-MD.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/missing-header-MD.c
deleted file mode 100644
index 793fb179b..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/missing-header-MD.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Test that missing user headers are fatal errors with -MD. PR 28435. */
-/* { dg-do compile } */
-/* { dg-options "-MD" } */
-
-#include "nonexistent.h"
-/* { dg-message "nonexistent.h" "nonexistent.h" { target *-*-* } 0 } */
-/* { dg-message "terminated" "terminated" { target *-*-* } 0 } */
-
-/* This declaration should not receive any diagnostic. */
-foo bar;