Replace -mtune=i686 with -mtune=generic

* g++.old-deja/g++.other/store-expr1.C (dg-options): Replace
	-mtune=i686 with -mtune=generic.
	* g++.old-deja/g++.other/store-expr2.C (dg-options): Likewise.

From-SVN: r206215
This commit is contained in:
H.J. Lu 2013-12-26 21:05:02 +00:00 committed by H.J. Lu
parent 8b49aa88cc
commit 3a89fcdaf4
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2013-12-26 H.J. Lu <hongjiu.lu@intel.com>
* g++.old-deja/g++.other/store-expr1.C (dg-options): Replace
-mtune=i686 with -mtune=generic.
* g++.old-deja/g++.other/store-expr2.C (dg-options): Likewise.
2013-12-26 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/andor-2.c (dg-options): Replace -mtune=i686

View File

@ -1,7 +1,7 @@
// { dg-do run { target i?86-*-* x86_64-*-* } }
// { dg-require-effective-target ilp32 }
// { dg-require-effective-target fpic }
// { dg-options "-mtune=i686 -O2 -fpic" }
// { dg-options "-mtune=generic -O2 -fpic" }
class G {};
struct N {

View File

@ -1,6 +1,6 @@
// { dg-do run { target i?86-*-* x86_64-*-*} }
// { dg-require-effective-target ilp32 }
// { dg-options "-mtune=i686 -O2" }
// { dg-options "-mtune=generic -O2" }
class G {};
struct N {