Commit 8a170134 by H.J. Lu Committed by H.J. Lu

Compile g++.dg/opt/pr52727.C with -march=i686 for ia32

	* g++.dg/opt/pr52727.C: Compile with -march=i686 for ia32.

From-SVN: r207730
parent 3a938d75
2014-02-12 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/opt/pr52727.C: Compile with -march=i686 for ia32.
2014-02-12 Thomas Schwinge <thomas@codesourcery.com> 2014-02-12 Thomas Schwinge <thomas@codesourcery.com>
* c-c++-common/raw-string-3.c: Fix typo in dg-error invocation. * c-c++-common/raw-string-3.c: Fix typo in dg-error invocation.
......
// { dg-do compile } // { dg-do compile }
// { dg-options "-g -Os" } // { dg-options "-g -Os" }
// { dg-additional-options "-march=i686" { target ia32 } }
int grow (int); int grow (int);
void fn (int); void fn (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