From: Andrew Pinski Date: Tue, 17 Jan 2006 17:06:40 +0000 (+0000) Subject: re PR testsuite/25764 (gcc.dg/const-compare.c fails on i686-darwin) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30bdf688e0df4f60827103129123af879ede5e17;p=gcc.git re PR testsuite/25764 (gcc.dg/const-compare.c fails on i686-darwin) 2006-01-17 Andrew Pinski PR testsuite/25764 * gcc.dg/const-compare.c: Restrict compiling to powerpc*-*-darwin*. From-SVN: r109826 --- 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 + + PR testsuite/25764 + * gcc.dg/const-compare.c: Restrict compiling to powerpc*-*-darwin*. + 2006-01-17 Jakub Jelinek 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;