Compile g++.dg/opt/pr52727.C with -march=i686 for ia32
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Feb 2014 16:02:45 +0000 (16:02 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Feb 2014 16:02:45 +0000 (16:02 +0000)
* g++.dg/opt/pr52727.C: Compile with -march=i686 for ia32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207730 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr52727.C

index d07a7a2..5507a95 100644 (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.
index 4dd3853..ed8b973 100644 (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);