re PR testsuite/45413 (gcc.target/i386/combine-mul.c fails on PIC targets)

2011-03-07  Jack Howarth <howarth@bromo.med.uc.edu>

	    PR target/45413
	    * gcc.target/i386/combine-mul.c: Require nonpic.

From-SVN: r170744
This commit is contained in:
Jack Howarth 2011-03-07 18:07:31 +00:00 committed by Mike Stump
parent cec8ac0b7e
commit 5fc7780874
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-03-07 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/45413
* gcc.target/i386/combine-mul.c: Require nonpic.
2011-03-07 Paul Wögerer <paul_woegerer@mentor.com>
Nathan Froyd <froydnj@codesourcery.com>

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-require-effective-target nonpic } */
/* { dg-final { scan-assembler-not "12345" } } */
static inline unsigned int myrnd (void)