* gcc.dg/inline-2.c: Adjust alpha test for external call.
From-SVN: r64365
This commit is contained in:
parent
a0a89ed0af
commit
4526753fac
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* gcc.c-torture/compile/20030314-1.c: New test.
|
||||
|
|
|
@ -14,6 +14,6 @@ int bar(void)
|
|||
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 powerpc*-*-* } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue