diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2013-12-26 19:13:41 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2013-12-26 11:13:41 -0800 |
commit | 8b49aa88cc0ef81bb7a0301fcfce6d6318e15041 (patch) | |
tree | 8d494dee09d3b9f35af987b471b7a87bcc584312 | |
parent | dd908cc5d8ee9e775c45b5a7078e1276f321d134 (diff) | |
download | gcc-8b49aa88cc0ef81bb7a0301fcfce6d6318e15041.zip gcc-8b49aa88cc0ef81bb7a0301fcfce6d6318e15041.tar.gz gcc-8b49aa88cc0ef81bb7a0301fcfce6d6318e15041.tar.bz2 |
Replace -mtune=i686 with -mtune=generic
* gcc.target/i386/andor-2.c (dg-options): Replace -mtune=i686
with -mtune=generic.
From-SVN: r206214
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/i386/andor-2.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c64a552..98d22b3e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2013-12-26 H.J. Lu <hongjiu.lu@intel.com> + * gcc.target/i386/andor-2.c (dg-options): Replace -mtune=i686 + with -mtune=generic. + +2013-12-26 H.J. Lu <hongjiu.lu@intel.com> + PR target/59588 * gcc.target/i386/pr59588-1.c: New file. * gcc.target/i386/pr59588-2.c: Likewise. diff --git a/gcc/testsuite/gcc.target/i386/andor-2.c b/gcc/testsuite/gcc.target/i386/andor-2.c index 88118aa..eacc7b1 100644 --- a/gcc/testsuite/gcc.target/i386/andor-2.c +++ b/gcc/testsuite/gcc.target/i386/andor-2.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O2 -mtune=i686" } */ +/* { dg-options "-O2 -mtune=generic" } */ int h(int x, int y) { |