Commit 5fc77808 by Jack Howarth Committed by Mike Stump

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
parent cec8ac0b
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> 2011-03-07 Paul Wögerer <paul_woegerer@mentor.com>
Nathan Froyd <froydnj@codesourcery.com> Nathan Froyd <froydnj@codesourcery.com>
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* { dg-require-effective-target nonpic } */
/* { dg-final { scan-assembler-not "12345" } } */ /* { dg-final { scan-assembler-not "12345" } } */
static inline unsigned int myrnd (void) static inline unsigned int myrnd (void)
......
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