Index: ChangeLog
===================================================================
--- ChangeLog   (revision 232829)
+++ ChangeLog   (working copy)
@@ -1,5 +1,9 @@
 2016-01-26  H.J. Lu  <hongjiu...@intel.com>
 
+       * gcc.target/i386/pr68986-2.c: Remove -m32.
+
+2016-01-26  H.J. Lu  <hongjiu...@intel.com>
+
        PR target/68986
        * gcc.target/i386/pr68986-1.c: New test.
        * gcc.target/i386/pr68986-2.c: Likewise.
Index: gcc.target/i386/pr68986-2.c
===================================================================
--- gcc.target/i386/pr68986-2.c (revision 232829)
+++ gcc.target/i386/pr68986-2.c (working copy)
@@ -1,7 +1,7 @@
 /* { dg-do compile { target ia32 } } */
 /* { dg-require-effective-target tls_native } */
 /* { dg-require-effective-target fpic } */
-/* { dg-options "-fPIC -mno-accumulate-outgoing-args 
-mpreferred-stack-boundary=2 -m32" } */
+/* { dg-options "-fPIC -mno-accumulate-outgoing-args 
-mpreferred-stack-boundary=2" } */
 
 extern __thread int msgdata;
 int

Reply via email to