Commit c98e044d by Dale Johannesen Committed by Dale Johannesen

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
parent 69403237
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> 2007-01-15 Thomas Koenig <Thomas.Koenig@online.de>
* gfortran.dg/string_0xfe_0xff_1.f90: Use char instead * gfortran.dg/string_0xfe_0xff_1.f90: Use char instead
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
assume something about memory addressing modes. */ assume something about memory addressing modes. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { 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]; int arr_base[100];
......
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