* gcc.dg/pr12092-1.c: Do not run on x86_64.

From-SVN: r92811
This commit is contained in:
Andreas Jaeger 2005-01-02 22:32:31 +01:00 committed by Andreas Jaeger
parent ab06dedc5d
commit 9b1f5820ab
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-01-02 Andreas Jaeger <aj@suse.de>
* gcc.dg/pr12092-1.c: Do not run on x86_64.
2005-01-01 Roger Sayle <roger@eyesopen.com>
Andrew Pinski <pinskia@physics.uc.edu>

View File

@ -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)