Commit 29a15393 by Jakub Jelinek Committed by Jakub Jelinek

re PR rtl-optimization/23098 (store of 0.0 to float)

	PR rtl-optimization/23098
	* gcc.target/i386/pr23098.c: Add dg-require-effective-target ilp32.

From-SVN: r103959
parent 1b1cdbff
2005-09-06 Jakub Jelinek <jakub@redhat.com> 2005-09-06 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/23098
* gcc.target/i386/pr23098.c: Add dg-require-effective-target ilp32.
* gcc.dg/debug/dwarf2/dwarf-char1.c: Further regex fixes. * gcc.dg/debug/dwarf2/dwarf-char1.c: Further regex fixes.
* gcc.dg/debug/dwarf2/dwarf-char2.c: Likewise. * gcc.dg/debug/dwarf2/dwarf-char2.c: Likewise.
* gcc.dg/debug/dwarf2/dwarf-char3.c: Likewise. * gcc.dg/debug/dwarf2/dwarf-char3.c: Likewise.
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -fPIC" } */ /* { dg-options "-O2 -fPIC" } */
/* { dg-final { scan-assembler-not "\.LC\[0-9\]" } } */ /* { dg-final { scan-assembler-not "\.LC\[0-9\]" } } */
/* { dg-require-effective-target ilp32 } */
double foo (float); double foo (float);
......
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