]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
framework-2.c: Fix up for non existent includes being fatal errors now.
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Mon, 20 Apr 2009 21:59:38 +0000 (21:59 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 20 Apr 2009 21:59:38 +0000 (14:59 -0700)
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.

From-SVN: r146458

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

index a68a44fc425eddad03d08ff04ad8797e909becf8..548314cd3bf163678f3eff64bb33d6b294d24154 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 7e71b51b687f04c31c7f14a12d757bceb2bd07b6..0bc0b294e2019a1bfde48cb70c4b8777ca937d56 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 } */
+