re PR target/24236 (gcc.dg/i386-sse-10.c fails on the mainline on x86_64-linux-gnu)

PR 24236
        * gcc.dg/i386-sse-10.c: Add -fno-omit-frame-pointer.

From-SVN: r105047
This commit is contained in:
Richard Henderson 2005-10-06 10:46:56 -07:00 committed by Richard Henderson
parent 867a05d277
commit c3c776140d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-06 Richard Henderson <rth@redhat.com>
PR 24236
* gcc.dg/i386-sse-10.c: Add -fno-omit-frame-pointer.
2005-10-06 Dale Johannesen <dalej@apple.com>
* gcc.c-torture/execute/20030125-1.c: Correct.

View File

@ -1,6 +1,6 @@
/* PR 17930 */
/* { dg-do run { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O1 -msse2 -mfpmath=sse -mno-accumulate-outgoing-args" } */
/* { dg-options "-O1 -msse2 -mfpmath=sse -mno-accumulate-outgoing-args -fno-omit-frame-pointer" } */
#include "i386-cpuid.h"