]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
stack-prot-kernel.c: Skip for x86_64-*-darwin.
authorEric Christopher <echristo@gcc.gnu.org>
Mon, 4 Dec 2006 06:35:33 +0000 (06:35 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Mon, 4 Dec 2006 06:35:33 +0000 (06:35 +0000)
2006-12-03  Eric Christopher  <echristo@apple.com>

        * gcc.target/i386/stack-prot-kernel.c: Skip for x86_64-*-darwin.

From-SVN: r119480

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/stack-prot-kernel.c

index 37cc2e27583151cccae3d89ab0030ec61d9175de..db198ec418a3e80e2b70b6a8fd31b9f1a7f91875 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-03  Eric Christopher  <echristo@apple.com>
+
+       * gcc.target/i386/stack-prot-kernel.c: Skip for x86_64-*-darwin.
+
 2006-12-03  Richard Henderson  <rth@redhat.com>
             Andrew Pinski  <pinskia@gmail.com>
 
@@ -14,7 +18,7 @@
        * gcc.dg/vect/vect.exp: Enable tests to run on spu.
        * gcc.dg/vect/no-section-anchors-vect-69.c: Reduce array size.
        * gcc.dg/vect/vect-70.c: Reduce array size.
-       * gcc.dg/vect/fast-math-vect-reduc-7.c: Xfail for 
+       * gcc.dg/vect/fast-math-vect-reduc-7.c: Xfail for
        vect_no_compaer_double targets.
        * lib/target-supports.exp: Add spu to vect_no_align, no_vect_int_max,
        vect_float, vect_double, and vect_int.
 
         PR target/29945
        * gcc.c-torture/compile/pr29945.c: New testcase.
-                       
+
 2006-11-30  Joseph Myers  <joseph@codesourcery.com>
 
        * gcc.dg/vect/vect.exp: Skip PowerPC targets not supporting
index af16223a83beb66b464358e6749f106a156e7b07..9d51c56de70bb4679897ff530746835e60fb6163 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile { target lp64 } } */
-/* { dg-skip-if "darwin x86_64 is pic" { *-*-darwin* } { "-m64" } { "" } } */
+/* { dg-skip-if "darwin x86_64 is pic" { *-*-darwin* } { "*" } { "" } } */
 /* { dg-options "-O2 -fstack-protector-all -mcmodel=kernel" } */
 
 void test1 (int x)