Commit 8668fae0 by Uros Bizjak Committed by Uros Bizjak

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
parent 95d96609
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.
......
/* 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\]" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment