]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR rtl-optimization/12092 (ICE: Floating point exception)
authorHans-Peter Nilsson <hp@bitrange.com>
Mon, 3 Jan 2005 03:33:58 +0000 (03:33 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 3 Jan 2005 03:33:58 +0000 (03:33 +0000)
PR rtl-optimization/12092
* gcc.dg/pr12092-1.c: Fix typo in dg directive.

From-SVN: r92822

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr12092-1.c

index 6bc8d9b362061755c83bf5fa57a2f1ee9ea7471a..c291d1ed338ba9e96d3398c65dcc6944f5879cad 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-03  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       PR rtl-optimization/12092
+       * gcc.dg/pr12092-1.c: Fix typo in dg directive.
+
 2005-01-02  Andreas Jaeger  <aj@suse.de>
 
        * gcc.dg/pr12092-1.c: Do not run on x86_64.
index 79f3fe6b46e069731b3815e8651e198514b1d275..8f38a4a7f46c378f52ba0c6e06aaeb7a73256dd6 100644 (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-*-* } */
+/* { dg-do compile { target i?86-*-* } */
 /* { dg-options "-O2 -mtune=i486 -march=pentium4 -fprefetch-loop-arrays" } */
 
 void DecodeAC(int index,int *matrix)