Compile gcc.target/i386/fuse-caller-save.c with -fomit-frame-pointer (PR target/61533)

PR target/61533
	* gcc.target/i386/fuse-caller-save.c: Add -fomit-frame-pointer to
	dg-options.

From-SVN: r211740
This commit is contained in:
Rainer Orth 2014-06-17 13:58:11 +00:00 committed by Rainer Orth
parent 75509ba24a
commit 72f4065c69
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2014-06-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/61533
* gcc.target/i386/fuse-caller-save.c: Add -fomit-frame-pointer to
dg-options.
2014-06-17 Uros Bizjak <ubizjak@gmail.com>
* gfortran.dg/pr61335.f90 (cp_unit_create): Initialize

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fuse-caller-save" } */
/* { dg-options "-O2 -fuse-caller-save -fomit-frame-pointer" } */
/* { dg-additional-options "-mregparm=1" { target ia32 } } */
/* Testing -fuse-caller-save optimization option. */