Commit 80cf9ff4 by Uros Bizjak

pr31628.c: Require effective target fpic.

        * gcc.target/i386/pr31628.c: Require effective target fpic.
        * gcc.target/i386/strinline.c: Ditto.
        * gcc.dg/sibcall-6.c: Skip if !nonpic for 32bit x86 targets.
        * gcc.dg/pr35045.c: Ditto.
        * gcc.dg/20050503-1.c: Ditto.

From-SVN: r132080
parent b9332b09
2008-02-03 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr31628.c: Require effective target fpic.
* gcc.target/i386/strinline.c: Ditto.
* gcc.dg/sibcall-6.c: Skip if !nonpic for 32bit x86 targets.
* gcc.dg/pr35045.c: Ditto.
* gcc.dg/20050503-1.c: Ditto.
2008-02-03 Paul Thomas <pault@gcc.gnu.org> 2008-02-03 Paul Thomas <pault@gcc.gnu.org>
PR fortran/32760 PR fortran/32760
...@@ -2703,7 +2711,7 @@ ...@@ -2703,7 +2711,7 @@
2007-11-05 Jakub Jelinek <jakub@redhat.com> 2007-11-05 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/33648 PR rtl-optimization/33648
* gcc.dg/pr33648.c: Require effective targer freorder. * gcc.dg/pr33648.c: Require effective target freorder.
2007-11-05 Revital Eres <eres@il.ibm.com> 2007-11-05 Revital Eres <eres@il.ibm.com>
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Test whether tail call information is propagated through builtin Test whether tail call information is propagated through builtin
expanders. */ expanders. */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { ilp32 && fpic } } { "*" } { "" } } */ /* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
typedef __SIZE_TYPE__ size_t; typedef __SIZE_TYPE__ size_t;
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
/* { dg-options "-O2 -fgcse-after-reload" } */ /* { dg-options "-O2 -fgcse-after-reload" } */
extern void abort (void); extern void abort (void);
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
Contributed by Andreas Bauer <baueran@in.tum.de> */ Contributed by Andreas Bauer <baueran@in.tum.de> */
/* { dg-do run { target i?86-*-* x86_64-*-* s390*-*-* } } */ /* { dg-do run { target i?86-*-* x86_64-*-* s390*-*-* } } */
/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { ilp32 && fpic } } { "*" } { "" } } */ /* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
/* { dg-options "-O2 -foptimize-sibling-calls" } */ /* { dg-options "-O2 -foptimize-sibling-calls" } */
extern void abort (void); extern void abort (void);
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O2 -fPIC" } */
/* { dg-require-effective-target ilp32 } */ /* { dg-require-effective-target ilp32 } */
/* { dg-options "-fPIC -O2" } */ /* { dg-require-effective-target fpic } */
typedef int tt, *lptt; typedef int tt, *lptt;
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-O2 -fPIC" } */ /* { dg-options "-O2 -fPIC" } */
typedef unsigned int size_t; typedef unsigned int size_t;
char * char *
......
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