Commit 37041295 by Andrew Pinski Committed by Andrew Pinski

framework-2.c: Fix up for non existent includes being fatal errors now.

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
parent c867b7b6
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
......
/* { 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 } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment