PR 24236
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2005 17:46:56 +0000 (17:46 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2005 17:46:56 +0000 (17:46 +0000)
        * gcc.dg/i386-sse-10.c: Add -fno-omit-frame-pointer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105047 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/i386-sse-10.c

index d71a019..f362685 100644 (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.
index 688ae0f..e15b3b8 100644 (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"