loop-3.c: Disable with -fpic or -fPIC.
authorDale Johannesen <dalej@apple.com>
Mon, 15 Jan 2007 22:09:01 +0000 (22:09 +0000)
committerDale Johannesen <dalej@gcc.gnu.org>
Mon, 15 Jan 2007 22:09:01 +0000 (22:09 +0000)
2007-01-15  Dale Johannesen  <dalej@apple.com>

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

From-SVN: r120803

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/loop-3.c

index ebed226ace6dcd22f82d1c0db4703a452a682ca8..2c6e91791fb6dfccfc9d9b5d43b9fd430174fced 100644 (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
index 5e374a4b4726e3dcf48da2d811e6782e66f63c72..57db5c323991223417743999b4ba37e5befde5ca 100644 (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];