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

* g++.dg/ext/mv14.C (dg-options): Add -march=x86-64.
	* g++.dg/ext/mv15.C (dg-options): Ditto.

From-SVN: r211196
This commit is contained in:
Uros Bizjak 2014-06-03 19:57:42 +02:00 committed by Uros Bizjak
parent 3c61a5ba37
commit eb7404d46a
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2014-06-03 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/ext/mv14.C (dg-options): Add -march=x86-64.
* g++.dg/ext/mv15.C (dg-options): Ditto.
2014-06-03 Paolo Carlini <paolo.carlini@oracle.com>
DR 1423

View 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" } */
/* { dg-options "-O2 -fPIC -march=x86-64" } */
#include <assert.h>

View 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" } */
/* { dg-options "-O2 -fPIC -march=x86-64" } */
#include <assert.h>