mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 23:11:36 +08:00
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:
parent
8b49aa88cc
commit
3a89fcdaf4
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user