re PR bootstrap/46533 ([alpha] bootstrap failure)

PR target/46533
	* gcc.dg/inline-2.c: Do not scan for "jsr" on alpha*-*-*  targets.

From-SVN: r167000
This commit is contained in:
Uros Bizjak 2010-11-21 09:38:13 +01:00 committed by Uros Bizjak
parent ce87131a5a
commit 2dc82a83be
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-11-21 Uros Bizjak <ubizjak@gmail.com>
PR target/46533
* gcc.dg/inline-2.c: Do not scan for "jsr" on alpha*-*-* targets.
2010-11-20 Joseph Myers <joseph@codesourcery.com>
* g++.dg/cpp/_Pragma1.C: Test for all non-Solaris targets.
@ -52,7 +57,7 @@
* obj-c++.dg/attributes/class-attribute-2.mm: Same change.
* objc.dg/fobjc-std-1.m: Updated.
* obj-c++.dg/fobjc-std-1.mm: Updated.
2010-11-19 Michael Matz <matz@suse.de>
PR tree-optimization/46077

View File

@ -14,6 +14,5 @@ int bar(void)
return foo() + foo() + 1;
}
/* { 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*-*-* } } } */