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:
parent
694032374b
commit
c98e044dce
@ -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
|
||||
|
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user