Make sure mv12-aux.C has same directives as mv12.C.

Make sure mv12-aux.C has same directives as mv12.C. mv12-aux.C should not
compile for non-x86 targets.

2013-02-13  Sriraman Tallam  <tmsriram@google.com>

	* g++.dg/ext/mv12-aux.C: Add directives to match mv12.C.

From-SVN: r196026
This commit is contained in:
Sriraman Tallam 2013-02-13 18:55:02 +00:00 committed by Sriraman Tallam
parent 43c2d791b4
commit 8a04a774db
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-02-13 Sriraman Tallam <tmsriram@google.com>
* g++.dg/ext/mv12-aux.C: Add directives to match mv12.C.
2013-02-13 Vladimir Makarov <vmakarov@redhat.com>
PR target/56184

View File

@ -1,6 +1,9 @@
// Test case to check if multiversioning works as expected when the versions
// are defined in different files. Auxiliary file for mv12.C.
// { dg-do compile }
// { dg-do compile { target i?86-*-* x86_64-*-* } }
// { dg-require-ifunc "" }
// { dg-options "-O2" }
#include "mv12.h"