public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed, PATCH] Compile pr69454-2.c with -msse2 -mno-accumulate-outgoing-args
@ 2016-02-05  3:07 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2016-02-05  3:07 UTC (permalink / raw)
  To: gcc-patches

pr69454-2.c needs -msse2 -mno-accumulate-outgoing-args to fail.  Checked
into trunk.

H.J.
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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-05  3:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05  3:07 [committed, PATCH] Compile pr69454-2.c with -msse2 -mno-accumulate-outgoing-args H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).