mv1.C (dg-options): Add -march=x86-64.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 16 Nov 2012 11:45:15 +0000 (12:45 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 16 Nov 2012 11:45:15 +0000 (12:45 +0100)
* g++.dg/mv1.C (dg-options): Add -march=x86-64.
* g++.dg/mv6.C (dg-options): Ditto.

From-SVN: r193555

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/mv1.C
gcc/testsuite/g++.dg/mv6.C

index 8851fdbb6f6183e723d2b7810a3d107e36a6a534..e484fae02eb134491843ea0748425b904c749f0c 100644 (file)
@@ -1,4 +1,4 @@
-2012-11-15  Uros Bizjak  <ubizjak@gmail.com>
+2012-11-16  Uros Bizjak  <ubizjak@gmail.com>
 
        * lib/target_suports.exp
        (check_effective_target_has_w_floating_suffix): New procedure.
index 676e48577afd89eecd129962f902683c707c22fd..150b451126784cb4278b24642f2d31943c6a9c36 100644 (file)
@@ -1,7 +1,7 @@
 /* Test case to check if Multiversioning works.  */
 /* { dg-do run { target i?86-*-* x86_64-*-* } } */
 /* { dg-require-ifunc "" }  */
-/* { dg-options "-O2 -fPIC -mno-avx -mno-popcnt" } */
+/* { dg-options "-O2 -fPIC -march=x86-64 -mno-avx -mno-popcnt" } */
 
 #include <assert.h>
 
index a2cde53362b570f9282b512d63a8e841a8386b72..c0323f6d480ebc65a55674eb9edbc7ff1052e432 100644 (file)
@@ -2,6 +2,7 @@
 
 /* { dg-do run { target i?86-*-* x86_64-*-* } } */
 /* { dg-require-ifunc "" }  */
+/* { dg-options "-march=x86-64" } */
 
 class Foo
 {