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 429762a..0daeddc 100644 (file)
@@ -1,5 +1,11 @@
 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
        * gcc.target/i386/pr79495.c: New test.
 
index 5fde08b..73758f8 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\]" } } */