aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Christopher <echristo@gcc.gnu.org>2006-12-04 06:35:33 +0000
committerEric Christopher <echristo@gcc.gnu.org>2006-12-04 06:35:33 +0000
commitb4fc8a637bbef0296d3edcc6d21051f79092491f (patch)
tree87f205540a7eaef35c06bed79b33eae8942861a0 /gcc
parentceebb5f568085c29a86a29151dbf3957cf287e10 (diff)
downloadgcc-b4fc8a637bbef0296d3edcc6d21051f79092491f.zip
gcc-b4fc8a637bbef0296d3edcc6d21051f79092491f.tar.gz
gcc-b4fc8a637bbef0296d3edcc6d21051f79092491f.tar.bz2
stack-prot-kernel.c: Skip for x86_64-*-darwin.
2006-12-03 Eric Christopher <echristo@apple.com> * gcc.target/i386/stack-prot-kernel.c: Skip for x86_64-*-darwin. From-SVN: r119480
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog8
-rw-r--r--gcc/testsuite/gcc.target/i386/stack-prot-kernel.c2
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 37cc2e2..db198ec 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
@@ -127,7 +131,7 @@
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
diff --git a/gcc/testsuite/gcc.target/i386/stack-prot-kernel.c b/gcc/testsuite/gcc.target/i386/stack-prot-kernel.c
index af16223..9d51c56 100644
--- a/gcc/testsuite/gcc.target/i386/stack-prot-kernel.c
+++ b/gcc/testsuite/gcc.target/i386/stack-prot-kernel.c
@@ -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)