This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] c/c++ asan tests for FreeBSD
- From: Bernd Schmidt <bschmidt at redhat dot com>
- To: Andreas Tobler <andreast-list at fgznet dot ch>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 30 Nov 2015 17:17:29 +0100
- Subject: Re: [patch] c/c++ asan tests for FreeBSD
- Authentication-results: sourceware.org; auth=none
- References: <565B52BD dot 3020405 at fgznet dot ch> <565C24BE dot 8020905 at redhat dot com> <565C3D16 dot 9020708 at fgznet dot ch>
On 11/30/2015 01:12 PM, Andreas Tobler wrote:
On 30.11.15 11:28, Bernd Schmidt wrote:
On 11/29/2015 08:32 PM, Andreas Tobler wrote:
-/* { dg-do run { target { *-*-linux* } } } */
+/* { dg-do run { target { *-*-linux* *-*-freebsd* } } } */
I see a patch from you to add asan support to x86 freebsd, but what
about other architectures?
You mean because of the wildcard? I'll add them as I have time to port
them.
For now they are UNSUPPORTED.
Is that how they show up, or do you get FAILs on other FreeBSDs?
Does every *-*-linux* has asan support?
Probably not, but I guess the main ones people tend to test.
Bernd