Commit 001304c1 by Uros Bizjak Committed by Uros Bizjak

mv1.C (dg-options): Add -march=x86-64.

	* g++.dg/mv1.C (dg-options): Add -march=x86-64.
	* g++.dg/mv6.C (dg-options): Ditto.

From-SVN: r193555
parent dd88c722
2012-11-15 Uros Bizjak <ubizjak@gmail.com> 2012-11-16 Uros Bizjak <ubizjak@gmail.com>
* lib/target_suports.exp * lib/target_suports.exp
(check_effective_target_has_w_floating_suffix): New procedure. (check_effective_target_has_w_floating_suffix): New procedure.
......
/* Test case to check if Multiversioning works. */ /* Test case to check if Multiversioning works. */
/* { dg-do run { target i?86-*-* x86_64-*-* } } */ /* { dg-do run { target i?86-*-* x86_64-*-* } } */
/* { dg-require-ifunc "" } */ /* { 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> #include <assert.h>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
/* { dg-do run { target i?86-*-* x86_64-*-* } } */ /* { dg-do run { target i?86-*-* x86_64-*-* } } */
/* { dg-require-ifunc "" } */ /* { dg-require-ifunc "" } */
/* { dg-options "-march=x86-64" } */
class Foo class Foo
{ {
......
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