This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix pr120921-1.c testcase on x86_64


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@suse.de>

	* 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@physics.uc.edu> */
-/* { 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@suse.de, 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

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]