OSDN Git Service

2009-04-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Apr 2009 21:59:38 +0000 (21:59 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Apr 2009 21:59:38 +0000 (21:59 +0000)
        * gcc.dg/framework-2.c: Fix up for non existent includes
        being fatal errors now.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146458 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/framework-2.c

index a68a44f..548314c 100644 (file)
@@ -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
index 7e71b51..0bc0b29 100644 (file)
@@ -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 } */
+