* g++.dg/mv1.C (dg-options): Add -march=x86-64.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Nov 2012 11:45:15 +0000 (11:45 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Nov 2012 11:45:15 +0000 (11:45 +0000)
* g++.dg/mv6.C (dg-options): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193555 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8851fdb..e484fae 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 676e485..150b451 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 a2cde53..c0323f6 100644 (file)
@@ -2,6 +2,7 @@
 
 /* { dg-do run { target i?86-*-* x86_64-*-* } } */
 /* { dg-require-ifunc "" }  */
+/* { dg-options "-march=x86-64" } */
 
 class Foo
 {