Skip to content
Snippets Groups Projects
Commit 4526753f authored by Richard Henderson's avatar Richard Henderson Committed by Richard Henderson
Browse files

* gcc.dg/inline-2.c: Adjust alpha test for external call.

From-SVN: r64365
parent a0a89ed0
No related branches found
No related tags found
No related merge requests found
2003-03-14 Richard Henderson <rth@redhat.com>
* gcc.dg/inline-2.c: Adjust alpha test for external call.
2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr> 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/compile/20030314-1.c: New test. * gcc.c-torture/compile/20030314-1.c: New test.
......
...@@ -14,6 +14,6 @@ int bar(void) ...@@ -14,6 +14,6 @@ int bar(void)
return foo() + 1; return foo() + 1;
} }
/* { dg-final { scan-assembler "bsr" { target alpha*-*-* } } } */ /* { dg-final { scan-assembler-not "jsr" { target alpha*-*-* } } } */
/* { dg-final { scan-assembler-not "PLT" { target i?86-*-* x86_64-*-* } } } */ /* { dg-final { scan-assembler-not "PLT" { target i?86-*-* x86_64-*-* } } } */
/* { dg-final { scan-assembler-not "plt" { target powerpc*-*-* } } } */ /* { dg-final { scan-assembler-not "plt" { target powerpc*-*-* } } } */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment