re PR testsuite/25764 (gcc.dg/const-compare.c fails on i686-darwin)
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 17 Jan 2006 17:06:40 +0000 (17:06 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 17 Jan 2006 17:06:40 +0000 (09:06 -0800)
2006-01-17  Andrew Pinski  <pinskia@physics.uc.edu>

        PR testsuite/25764
        * gcc.dg/const-compare.c: Restrict compiling to powerpc*-*-darwin*.

From-SVN: r109826

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/const-compare.c

index 89b1693d060c5f8f052f1c124508ff08fe9489ee..f91771b53e8136e6a2f360f2de0dcd0230e51f1b 100644 (file)
@@ -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
index d9c1b77f22b360a5e6f92b9497ce396d4ed2280e..c9e50cfbbbb4ed19f15c64605c5ca85705157339 100644 (file)
@@ -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;