* g++.dg/abi/mangle40.C: Robustify tests for defined symbols.

From-SVN: r165393
This commit is contained in:
Richard Henderson 2010-10-12 12:01:44 -07:00 committed by Richard Henderson
parent be05b0f599
commit 7cb44256d2
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2010-10-12 Richard Henderson <rth@redhat.com>
* g++.dg/abi/mangle40.C: Robustify tests for defined symbols.
2010-10-12 Daniel Kraft <d@domob.eu>
PR fortran/38936

View File

@ -3,10 +3,10 @@
// { dg-require-weak }
// { dg-require-alias "" }
// { dg-options "-mavx -Wabi -fabi-version=2" }
// { dg-final { scan-assembler "weak\[^\n\]*_Z1fIDv4_fEvT_" } }
// { dg-final { scan-assembler "weak\[^\n\]*_Z1fIU8__vectorfEvT_" } }
// { dg-final { scan-assembler "weak\[^\n\]*_ZN1AIDv4_fE1tE" } }
// { dg-final { scan-assembler "weak\[^\n\]*_ZN1AIU8__vectorfE1tE" } }
// { dg-final { scan-assembler "(weak|glob)\[^\n\]*_Z1fIDv4_fEvT_" } }
// { dg-final { scan-assembler "(weak|glob)\[^\n\]*_Z1fIU8__vectorfEvT_" } }
// { dg-final { scan-assembler "(weak|glob)\[^\n\]*_ZN1AIDv4_fE1tE" } }
// { dg-final { scan-assembler "(weak|glob)\[^\n\]*_ZN1AIU8__vectorfE1tE" } }
#include <x86intrin.h>