diff options
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/const-compare.c | 2 |
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; |