diff mbox

[committed] Compile pr69454-2.c with -msse2 -mno-accumulate-outgoing-args

Message ID 20160205030735.GA31092@lucon.org
State New
Headers show

Commit Message

H.J. Lu Feb. 5, 2016, 3:07 a.m. UTC
pr69454-2.c needs -msse2 -mno-accumulate-outgoing-args to fail.  Checked
into trunk.

H.J.
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 233165)
+++ ChangeLog	(working copy)
@@ -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: gcc.target/i386/pr69454-2.c
===================================================================
--- gcc.target/i386/pr69454-2.c	(revision 233165)
+++ gcc.target/i386/pr69454-2.c	(working copy)
@@ -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;