re PR c/49128 (-march=native generates unsupported instructions)
authorJakub Jelinek <jakub@redhat.com>
Wed, 25 May 2011 07:12:17 +0000 (09:12 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 25 May 2011 07:12:17 +0000 (09:12 +0200)
PR target/49128
* config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.

From-SVN: r174171

gcc/ChangeLog
gcc/config/i386/driver-i386.c

index 9bafa1de3180644fcb96f86ed2992d788eebe1ae..beef7f1a0325e1cae0eb94c3f52757a9dcd00736 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/49128
+       * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
+
 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR rtl-optimization/48757
index 747122b16ecbce0d4e062d7ad42144f22609d5a4..4fc6b451f68e81d732b203f8b5cb7538ebfffbaa 100644 (file)
@@ -696,7 +696,7 @@ const char *host_detect_local_cpu (int argc, const char **argv)
       const char *bmi = has_bmi ? " -mbmi" : " -mno-bmi";
       const char *tbm = has_tbm ? " -mtbm" : " -mno-tbm";
       const char *avx = has_avx ? " -mavx" : " -mno-avx";
-      const char *sse4_2 = has_sse4_2 ? " -msse4.2" : " -mno-msse4.2";
+      const char *sse4_2 = has_sse4_2 ? " -msse4.2" : " -mno-sse4.2";
       const char *sse4_1 = has_sse4_1 ? " -msse4.1" : " -mno-sse4.1";
 
       options = concat (options, cx16, sahf, movbe, ase, pclmul,