|
|
pr120921-1 fails on x86_64-* with:
/cvs/gcc/gcc/testsuite/gcc.dg/pr12092-1.c:1: error: CPU you selected does not
support x86-64 instruction set
Ok to commit the appended patch?
Andreas
2005-01-02 Andreas Jaeger <aj@xxxxxxx>
* gcc.dg/pr12092-1.c: Do not run on x86_64.
============================================================
Index: gcc/testsuite/gcc.dg/pr12092-1.c
--- gcc/testsuite/gcc.dg/pr12092-1.c 2 Jan 2005 00:15:01 -0000 1.1
+++ gcc/testsuite/gcc.dg/pr12092-1.c 2 Jan 2005 20:42:27 -0000
@@ -1,6 +1,6 @@
/* PR rtl-optimization/12092 */
/* Test case reduced by Andrew Pinski <pinskia@xxxxxxxxxxxxxx> */
-/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
+/* { dg-do compile { target i?86-*-* } */
/* { dg-options "-O2 -mtune=i486 -march=pentium4 -fprefetch-loop-arrays" } */
void DecodeAC(int index,int *matrix)
--
Andreas Jaeger, aj@xxxxxxx, http://www.suse.de/~aj
SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 NÃrnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
|
|