From: hjl Date: Fri, 5 Feb 2016 03:06:40 +0000 (+0000) Subject: Compile pr69454-2.c with -msse2 -mno-accumulate-outgoing-args X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab99f104d6bccf90c18222e35649546d90a54104;p=thirdparty%2Fgcc.git Compile pr69454-2.c with -msse2 -mno-accumulate-outgoing-args 2016-02-04 H.J. Lu * gcc.target/i386/pr69454-2.c: Compile with -msse2 -mno-accumulate-outgoing-args. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233166 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d7c75ed705b0..f95a9a06036a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2016-02-04 H.J. Lu + + * gcc.target/i386/pr69454-2.c: Compile with -msse2 + -mno-accumulate-outgoing-args. + 2016-02-04 Patrick Palka * g++.dg/cpp0x/constexpr-ptrmem5.C: New test. diff --git a/gcc/testsuite/gcc.target/i386/pr69454-2.c b/gcc/testsuite/gcc.target/i386/pr69454-2.c index 28bab93ea347..4c9a6ca240f8 100644 --- a/gcc/testsuite/gcc.target/i386/pr69454-2.c +++ b/gcc/testsuite/gcc.target/i386/pr69454-2.c @@ -1,5 +1,5 @@ /* { dg-do compile { target { ia32 } } } */ -/* { dg-options "-O2 -mpreferred-stack-boundary=2" } */ +/* { dg-options "-O2 -msse2 -mno-accumulate-outgoing-args -mpreferred-stack-boundary=2" } */ extern void fn2 (); long long a, b;