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:
parent
5d286a68cf
commit
c3b3e526fd
@ -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
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user