re PR middle-end/61225 (Several new failures after r210458 on x86_64-*-* with -m32)

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
This commit is contained in:
Uros Bizjak 2017-02-14 18:54:01 +01:00 committed by Uros Bizjak
parent 95d966091d
commit 8668fae0b7
2 changed files with 9 additions and 4 deletions

View 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

View 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\]" } } */