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
This commit is contained in:
Jakub Jelinek 2005-09-06 21:38:58 +02:00 committed by Jakub Jelinek
parent 1b1cdbffce
commit 29a153937a
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
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-char2.c: Likewise.
* gcc.dg/debug/dwarf2/dwarf-char3.c: Likewise.

View File

@ -2,6 +2,7 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fPIC" } */
/* { dg-final { scan-assembler-not "\.LC\[0-9\]" } } */
/* { dg-require-effective-target ilp32 } */
double foo (float);