re PR rtl-optimization/23098 (store of 0.0 to float)
authorJakub Jelinek <jakub@redhat.com>
Tue, 6 Sep 2005 19:38:58 +0000 (21:38 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 6 Sep 2005 19:38:58 +0000 (21:38 +0200)
PR rtl-optimization/23098
* gcc.target/i386/pr23098.c: Add dg-require-effective-target ilp32.

From-SVN: r103959

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr23098.c

index 59578aaa45460a36a31a6750d011fa7eaf1bbc4f..31dfd8580a4a284776b0d92bd338a1ad561b7d48 100644 (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.
index 3a3fd102d138f85e90211a1e0609cc3280b0ece1..3ff4b6435ccc207bd8cb66025c5a6c3e6722e5c9 100644 (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);