Commit ce82ff5c by Nick Clifton Committed by Nick Clifton

Expect error messages from cross targets as well as native targets.

From-SVN: r30413
parent 8dfaeb63
1999-11-05 Nick Clifton <nickc@cygnus.com>
* gcc.dg/990506-0.c: Expect error messages from cross
targets as well as native targets.
1999-11-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* gcc.dg/ultrasp1.c: Removed xfail.
......
......@@ -4,6 +4,6 @@
x()
{
foo (i);
/* { dg-error "undeclared" "undeclared-variable message" { target native } { 6 } } */
/* { dg-error "function it appears in" "reminder message" { target native } { 6 } } */
/* { dg-error "undeclared" "undeclared-variable message" { target *-*-* } { 6 } } */
/* { dg-error "function it appears in" "reminder message" { target *-*-* } { 6 } } */
}
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