Commit 4fe0a76c by Neil Booth Committed by Neil Booth

* gcc.dg/cpp/include2.c: Make test locale independent.

From-SVN: r37737
parent 85fe3810
2000-11-25 Neil Booth <neilb@earthling.net>
* gcc.dg/cpp/include2.c: Update test to be locale independent.
2000-11-25 Alexandre Oliva <aoliva@redhat.com>
* gcc.c-torture/compile/20001123-2.c: New.
......
......@@ -10,6 +10,8 @@
#include <silly\>> /* { dg-warning "extra tokens" "" } */
#include "silly\"" /* { dg-error "missing" "" } */
/* { dg-error "No such file" "" { target *-*-* } 10 } */
/* { dg-error "No such file" "" { target *-*-* } 11 } */
/* These first 2 errors are No such file or directory. However, this
message is locale-dependent, so don't test for it. */
/* { dg-error "silly" "" { target *-*-* } 10 } */
/* { dg-error "silly" "" { target *-*-* } 11 } */
/* { dg-warning "extra tokens" "" { target *-*-* } 11 } */
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