OSDN Git Service

2006-01-17 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jan 2006 17:06:40 +0000 (17:06 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jan 2006 17:06:40 +0000 (17:06 +0000)
        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

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

index 89b1693..f91771b 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 d9c1b77..c9e50cf 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;