Commit eb7404d4 by Uros Bizjak Committed by Uros Bizjak

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
parent 3c61a5ba
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
......
/* 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>
......
/* 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>
......
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