asan_test.C: Enable on all *-*-linux* targets that support asan...

* g++.dg/asan/asan_test.C: Enable on all *-*-linux* targets that
	support asan, only on i?86/x86_64 require sse2_runtime.

From-SVN: r244856
This commit is contained in:
Jakub Jelinek 2017-01-24 09:27:39 +01:00 committed by Jakub Jelinek
parent 5d286a68cf
commit c3b3e526fd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-01-24 Jakub Jelinek <jakub@redhat.com>
* g++.dg/asan/asan_test.C: Enable on all *-*-linux* targets that
support asan, only on i?86/x86_64 require sse2_runtime.
2017-01-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
PR target/66669

View File

@ -1,4 +1,4 @@
// { dg-do run { target { { i?86-*-linux* x86_64-*-linux* } && sse2_runtime } } }
// { dg-do run { target { { *-*-linux* } && { { ! { i?86-*-linux* x86_64-*-linux* } } || sse2_runtime } } } }
// { dg-skip-if "" { *-*-* } { "*" } { "-O2" } }
// { dg-skip-if "" { *-*-* } { "-flto" } { "" } }
// { dg-additional-sources "asan_globals_test-wrapper.cc" }