Commit 3a89fcda by H.J. Lu Committed by H.J. Lu

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
parent 8b49aa88
2013-12-26 H.J. Lu <hongjiu.lu@intel.com> 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 * gcc.target/i386/andor-2.c (dg-options): Replace -mtune=i686
with -mtune=generic. with -mtune=generic.
......
// { dg-do run { target i?86-*-* x86_64-*-* } } // { dg-do run { target i?86-*-* x86_64-*-* } }
// { dg-require-effective-target ilp32 } // { dg-require-effective-target ilp32 }
// { dg-require-effective-target fpic } // { dg-require-effective-target fpic }
// { dg-options "-mtune=i686 -O2 -fpic" } // { dg-options "-mtune=generic -O2 -fpic" }
class G {}; class G {};
struct N { struct N {
......
// { dg-do run { target i?86-*-* x86_64-*-*} } // { dg-do run { target i?86-*-* x86_64-*-*} }
// { dg-require-effective-target ilp32 } // { dg-require-effective-target ilp32 }
// { dg-options "-mtune=i686 -O2" } // { dg-options "-mtune=generic -O2" }
class G {}; class G {};
struct N { struct N {
......
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