aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Howarth <howarth@bromo.med.uc.edu>2009-07-14 16:50:34 +0000
committerJanis Johnson <janis187@us.ibm.com>2009-07-14 16:50:34 +0000
commit5ed91d1f751c63d2eb0061a6faff286ebadbd61a (patch)
tree19ebe7ed4ba9c376bacab8de0132ab3e0fb5dac8
parenta95d1fa3b5975ee945691998fca7e538e23e0f76 (diff)
2009-07-14 Jack Howarth <howarth@bromo.med.uc.edu>
* testsuite/gcc.c-torture/compile/20000804-1.c: skip for ilp32 on both i?86-*-darwin* and x86_64-*-darwin*. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@149631 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/20000804-1.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 70109d998b9..ec32f9e31aa 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-14 Jack Howarth <howarth@bromo.med.uc.edu>
+
+ * testsuite/gcc.c-torture/compile/20000804-1.c: skip for ilp32 on
+ both i?86-*-darwin* and x86_64-*-darwin*.
+
2009-07-14 Joseph Myers <joseph@codesourcery.com>
* gcc.target/i386/pr37843-1.c, gcc.target/i386/pr37843-2.c,
diff --git a/gcc/testsuite/gcc.c-torture/compile/20000804-1.c b/gcc/testsuite/gcc.c-torture/compile/20000804-1.c
index 68db6d36aed..d1b351584d4 100644
--- a/gcc/testsuite/gcc.c-torture/compile/20000804-1.c
+++ b/gcc/testsuite/gcc.c-torture/compile/20000804-1.c
@@ -2,7 +2,7 @@
statement to force a 'long long' (64-bits) to go in a register. */
/* { dg-do assemble } */
/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && ilp32 } { "-fpic" "-fPIC" } { "" } } */
-/* { dg-skip-if "PIC default" { i?86-*-darwin* } { "*" } { "" } } */
+/* { dg-skip-if "PIC default" { { i?86-*-darwin* x86_64-*-darwin* } && ilp32 } { "*" } { "" } } */
/* { dg-skip-if "No 64-bit registers" { m32c-*-* } { "*" } { "" } } */
/* { dg-xfail-if "" { m6811-*-* m6812-*-* h8300-*-* } { "*" } { "" } } */