re PR testsuite/45413 (gcc.target/i386/combine-mul.c fails on PIC targets)
authorJack Howarth <howarth@bromo.med.uc.edu>
Mon, 7 Mar 2011 18:07:31 +0000 (18:07 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Mon, 7 Mar 2011 18:07:31 +0000 (18:07 +0000)
2011-03-07  Jack Howarth <howarth@bromo.med.uc.edu>

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

From-SVN: r170744

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/combine-mul.c

index 9642dfec7958700bf2ed233a89f81ad7e9868325..04caa838bffd7f902500e3f1ea8db4056f505d5f 100644 (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>
 
index 4ef80e881340e9cc30d8ab2d6333e35858329b5f..8a2e8628482e303106e3f1d9961cffb547d1b25c 100644 (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)