]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Compile pr69454-2.c with -msse2 -mno-accumulate-outgoing-args
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Feb 2016 03:06:40 +0000 (03:06 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Feb 2016 03:06:40 +0000 (03:06 +0000)
2016-02-04  H.J. Lu  <hongjiu.lu@intel.com>

* 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr69454-2.c

index d7c75ed705b04c29719681dadb5fd608d2d48f22..f95a9a06036a8a1ce6e8c33d0282e4627688a419 100644 (file)
@@ -1,3 +1,8 @@
+2016-02-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.target/i386/pr69454-2.c: Compile with -msse2
+       -mno-accumulate-outgoing-args.
+
 2016-02-04  Patrick Palka  <ppalka@gcc.gnu.org>
 
        * g++.dg/cpp0x/constexpr-ptrmem5.C: New test.
index 28bab93ea34780003ccf7207a418a2c80db48cd4..4c9a6ca240f85ac3bc74cfc640e799af771ca141 100644 (file)
@@ -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;