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:
parent
bed191cdd1
commit
3ed71ced71
@ -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
|
||||
|
@ -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" } } */
|
||||
|
@ -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" } } */
|
||||
|
@ -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" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user