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
This commit is contained in:
H.J. Lu 2014-02-12 16:02:45 +00:00 committed by H.J. Lu
parent 3a938d756b
commit 8a17013438
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
* c-c++-common/raw-string-3.c: Fix typo in dg-error invocation.

View File

@ -1,5 +1,6 @@
// { dg-do compile }
// { dg-options "-g -Os" }
// { dg-additional-options "-march=i686" { target ia32 } }
int grow (int);
void fn (int);