aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/framework-2.c4
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a68a44f..548314c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
+
+ * gcc.dg/framework-2.c: Fix up for non existent includes
+ being fatal errors now.
+
2009-04-20 Paul Thomas <pault@gcc.gnu.org>
PR fortran/39800
diff --git a/gcc/testsuite/gcc.dg/framework-2.c b/gcc/testsuite/gcc.dg/framework-2.c
index 7e71b51..0bc0b29 100644
--- a/gcc/testsuite/gcc.dg/framework-2.c
+++ b/gcc/testsuite/gcc.dg/framework-2.c
@@ -1,4 +1,6 @@
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-F$srcdir/gcc.dg" } */
-#include <Foundation/Foundation.h> /* { dg-error "Foundation/Foundation.h: No such file" } */
+#include <Foundation/Foundation.h> /* { dg-error "Foundation/Foundation.h" } */
+/* { dg-message "terminated" "" { target *-*-* } 0 } */
+