From: Andreas Jaeger Date: Sun, 2 Jan 2005 21:32:31 +0000 (+0100) Subject: * gcc.dg/pr12092-1.c: Do not run on x86_64. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b1f5820ab6e7ff76a478f77029bf40d79a4f689;p=gcc.git * gcc.dg/pr12092-1.c: Do not run on x86_64. From-SVN: r92811 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5a6e6ed302a..51d07fdbe40 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-01-02 Andreas Jaeger + + * gcc.dg/pr12092-1.c: Do not run on x86_64. + 2005-01-01 Roger Sayle Andrew Pinski diff --git a/gcc/testsuite/gcc.dg/pr12092-1.c b/gcc/testsuite/gcc.dg/pr12092-1.c index 3b13c56452c..79f3fe6b46e 100644 --- a/gcc/testsuite/gcc.dg/pr12092-1.c +++ b/gcc/testsuite/gcc.dg/pr12092-1.c @@ -1,6 +1,6 @@ /* PR rtl-optimization/12092 */ /* Test case reduced by Andrew Pinski */ -/* { 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)