Add addressing=absolute and isa_rev=0 to mips fuse-caller-save tests

2014-07-10  Tom de Vries  <tom@codesourcery.com>

	* gcc.target/mips/fuse-caller-save.c: Add addressing=absolute to
	dg-options.
	* gcc.target/mips/fuse-caller-save-micromips.c: Same.
	* gcc.target/mips/fuse-caller-save-mips16.c: Same.  Add isa_rev=0 to
	dg-options.

From-SVN: r212432
This commit is contained in:
Tom de Vries 2014-07-10 14:02:26 +00:00 committed by Tom de Vries
parent bed191cdd1
commit 3ed71ced71
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2014-07-10 Tom de Vries <tom@codesourcery.com>
* gcc.target/mips/fuse-caller-save.c: Add addressing=absolute to
dg-options.
* gcc.target/mips/fuse-caller-save-micromips.c: Same.
* gcc.target/mips/fuse-caller-save-mips16.c: Same. Add isa_rev=0 to
dg-options.
2014-07-10 Richard Biener <rguenther@suse.de>
PR c-family/61741

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-fuse-caller-save (-mmicromips)" } */
/* { dg-options "-fuse-caller-save (-mmicromips) addressing=absolute" } */
/* At -O0 and -O1, the register allocator behaves more conservatively, and
the fuse-caller-save optimization doesnt' trigger. */
/* { dg-skip-if "" { *-*-* } { "-O0" "-O1" } } */

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-fuse-caller-save (-mips16)" } */
/* { dg-options "-fuse-caller-save (-mips16) addressing=absolute isa_rev=0" } */
/* At -O0 and -O1, the register allocator behaves more conservatively, and
the fuse-caller-save optimization doesnt' trigger. */
/* { dg-skip-if "" { *-*-* } { "-O0" "-O1" } } */

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-fuse-caller-save" } */
/* { dg-options "-fuse-caller-save addressing=absolute" } */
/* At -O0 and -O1, the register allocator behaves more conservatively, and
the fuse-caller-save optimization doesnt' trigger. */
/* { dg-skip-if "" { *-*-* } { "-O0" "-O1" } } */