re PR middle-end/61225 (Several new failures after r210458 on x86_64-*-* with -m32)
authorUros Bizjak <ubizjak@gmail.com>
Tue, 14 Feb 2017 17:54:01 +0000 (18:54 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 14 Feb 2017 17:54:01 +0000 (18:54 +0100)
PR middle-end/61225
* gcc.target/i386/pr49095.c: Add -fno-shrink-wrap to dg-options.
Use dg-additional-options for ia32 target.  Remove XFAIL.

From-SVN: r245442

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

index 429762aeb251fe15296d72faa15c11ad8dcf7308..0daeddced948ed514bbb4587d5f17d2828fd3f44 100644 (file)
@@ -1,3 +1,9 @@
+2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR middle-end/61225
+       * gcc.target/i386/pr49095.c: Add -fno-shrink-wrap to dg-options.
+       Use dg-additional-options for ia32 target.  Remove XFAIL.
+
 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/79495
index 5fde08bb286ae624a32a80265570643e5e46342e..73758f8c523479d512b1cb8ba8c78b957c0053fc 100644 (file)
@@ -1,7 +1,7 @@
 /* PR rtl-optimization/49095 */
 /* { dg-do compile } */
-/* { dg-options "-Os" } */
-/* { dg-options "-Os -mregparm=2" { target ia32 } } */
+/* { dg-options "-Os -fno-shrink-wrap" } */
+/* { dg-additional-options "-mregparm=2" { target ia32 } } */
 
 void foo (void *);
 
@@ -70,5 +70,4 @@ G (short)
 G (int)
 G (long)
 
-/* See PR61225 for the XFAIL.  */
-/* { dg-final { scan-assembler-not "test\[lq\]" { xfail { ia32 } } } } */
+/* { dg-final { scan-assembler-not "test\[lq\]" } } */