loop-3.c: Disable with -fpic or -fPIC.

2007-01-15  Dale Johannesen  <dalej@apple.com>

        * gcc.dg/tree-ssa/loop-3.c:  Disable with -fpic or -fPIC.

From-SVN: r120803
This commit is contained in:
Dale Johannesen 2007-01-15 22:09:01 +00:00 committed by Dale Johannesen
parent 694032374b
commit c98e044dce
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-01-15 Dale Johannesen <dalej@apple.com>
* gcc.dg/tree-ssa/loop-3.c: Disable with -fpic or -fPIC.
2007-01-15 Thomas Koenig <Thomas.Koenig@online.de>
* gfortran.dg/string_0xfe_0xff_1.f90: Use char instead

View File

@ -3,7 +3,8 @@
assume something about memory addressing modes. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
/* { dg-skip-if "" { i?86-*-* x86_64-*-* } { "-fpic" "-fPIC" } { "" } } */
/* { dg-options "-O1 -fno-pic -fno-PIC -fdump-tree-optimized" } */
int arr_base[100];