summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-17 17:06:40 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-17 17:06:40 +0000
commitebaef143a88a011262fcf68cc8cc84040339ae21 (patch)
tree806a6a475d064adc6189d857eff464e8ca5df2ab /gcc
parentbf5d595fbab82940222bd2a16b1482f67c124c36 (diff)
downloadgcc-ebaef143a88a011262fcf68cc8cc84040339ae21.tar.gz
2006-01-17 Andrew Pinski <pinskia@physics.uc.edu>
PR testsuite/25764 * gcc.dg/const-compare.c: Restrict compiling to powerpc*-*-darwin*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109826 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/const-compare.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 89b1693d060..f91771b53e8 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-17 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR testsuite/25764
+ * gcc.dg/const-compare.c: Restrict compiling to powerpc*-*-darwin*.
+
2006-01-17 Jakub Jelinek <jakub@redhat.com>
PR c/25682
diff --git a/gcc/testsuite/gcc.dg/const-compare.c b/gcc/testsuite/gcc.dg/const-compare.c
index d9c1b77f22b..c9e50cfbbbb 100644
--- a/gcc/testsuite/gcc.dg/const-compare.c
+++ b/gcc/testsuite/gcc.dg/const-compare.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target *-*-darwin* } } */
+/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-m64 -O1 -static" } */
typedef unsigned long long uint64_t;