OSDN Git Service

2006-12-03 Eric Christopher <echristo@apple.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Dec 2006 06:35:33 +0000 (06:35 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Dec 2006 06:35:33 +0000 (06:35 +0000)
        * gcc.target/i386/stack-prot-kernel.c: Skip for x86_64-*-darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119480 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 37cc2e2..db198ec 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>
 
 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/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.
        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.
 
         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
 2006-11-30  Joseph Myers  <joseph@codesourcery.com>
 
        * gcc.dg/vect/vect.exp: Skip PowerPC targets not supporting
index af16223..9d51c56 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile { target lp64 } } */
 /* { 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)
 /* { dg-options "-O2 -fstack-protector-all -mcmodel=kernel" } */
 
 void test1 (int x)