re PR target/24236 (gcc.dg/i386-sse-10.c fails on the mainline on x86_64-linux-gnu)
authorRichard Henderson <rth@redhat.com>
Thu, 6 Oct 2005 17:46:56 +0000 (10:46 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 6 Oct 2005 17:46:56 +0000 (10:46 -0700)
        PR 24236
        * gcc.dg/i386-sse-10.c: Add -fno-omit-frame-pointer.

From-SVN: r105047

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

index d71a01930499cbf164123f03fcb259d3c90f6c51..f362685bbe76699ec9f6ca44dd5db6d4e76e01b7 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 688ae0f8e45e52ab82263c433dc4faa60a2c2b36..e15b3b89d1f10e878ba6abdb3068fffee9d3caed 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"