Commit 1d7bed25 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

re PR rtl-optimization/12092 (ICE: Floating point exception)

	PR rtl-optimization/12092
	* gcc.dg/pr12092-1.c: Fix typo in dg directive.

From-SVN: r92822
parent 75b5076e
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> 2005-01-02 Andreas Jaeger <aj@suse.de>
* gcc.dg/pr12092-1.c: Do not run on x86_64. * gcc.dg/pr12092-1.c: Do not run on x86_64.
......
/* PR rtl-optimization/12092 */ /* PR rtl-optimization/12092 */
/* Test case reduced by Andrew Pinski <pinskia@physics.uc.edu> */ /* 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" } */ /* { dg-options "-O2 -mtune=i486 -march=pentium4 -fprefetch-loop-arrays" } */
void DecodeAC(int index,int *matrix) void DecodeAC(int index,int *matrix)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment