Commit 0bccf11b by H.J. Lu Committed by H.J. Lu

Remove -m32 from gcc.target/i386/pr68986-2.c

	* gcc.target/i386/pr68986-2.c: Remove -m32.

From-SVN: r232831
parent f8393eb0
2016-01-26 H.J. Lu <hongjiu.lu@intel.com> 2016-01-26 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/pr68986-2.c: Remove -m32.
2016-01-26 H.J. Lu <hongjiu.lu@intel.com>
PR target/68986 PR target/68986
* gcc.target/i386/pr68986-1.c: New test. * gcc.target/i386/pr68986-1.c: New test.
* gcc.target/i386/pr68986-2.c: Likewise. * gcc.target/i386/pr68986-2.c: Likewise.
......
/* { dg-do compile { target ia32 } } */ /* { dg-do compile { target ia32 } } */
/* { dg-require-effective-target tls_native } */ /* { dg-require-effective-target tls_native } */
/* { dg-require-effective-target fpic } */ /* { 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; extern __thread int msgdata;
int int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment