sse-10.c: Pass -mno-omit-leaf-frame-pointer.

2009-01-13  Mark Mitchell  <mark@codesourcery.com>

	* gcc.target/i386/sse-10.c: Pass -mno-omit-leaf-frame-pointer.

From-SVN: r143345
This commit is contained in:
Mark Mitchell 2009-01-13 16:48:26 +00:00 committed by Joseph Myers
parent f93444883d
commit 5b6b9db175
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-01-13 Mark Mitchell <mark@codesourcery.com>
* gcc.target/i386/sse-10.c: Pass -mno-omit-leaf-frame-pointer.
2009-01-13 Sebastian Pop <sebastian.pop@amd.com>
PR tree-optimization/38786

View File

@ -1,6 +1,6 @@
/* PR 17930 */
/* { dg-do run } */
/* { dg-options "-O1 -msse2 -mfpmath=sse -mno-accumulate-outgoing-args -fno-omit-frame-pointer" } */
/* { dg-options "-O1 -msse2 -mfpmath=sse -mno-accumulate-outgoing-args -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer" } */
/* { dg-options "-O1 -msse2 -mfpmath=sse -fno-omit-frame-pointer" { target *-*-mingw* *-*-cygwin* } } */
#include "sse2-check.h"