Re: [patch] c/c++ asan tests for FreeBSD

2015-11-30 Thread Andreas Tobler
On 30.11.15 17:22, Jakub Jelinek wrote: On Mon, Nov 30, 2015 at 05:17:29PM +0100, Bernd Schmidt wrote: 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

Re: [patch] c/c++ asan tests for FreeBSD

2015-11-30 Thread Jakub Jelinek
On Mon, Nov 30, 2015 at 05:17:29PM +0100, Bernd Schmidt wrote: > 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*

Re: [patch] c/c++ asan tests for FreeBSD

2015-11-30 Thread Bernd Schmidt
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 free

Re: [patch] c/c++ asan tests for FreeBSD

2015-11-30 Thread Andreas Tobler
On 30.11.15 11:28, Bernd Schmidt wrote: On 11/29/2015 08:32 PM, Andreas Tobler wrote: Hi all, the attached patch prepares the testsuite, c and c++, for the upcoming ASAN support for FreeBSD (x86_64 first). I tested the patch on CentOS7.1 x86_64 and on FreeBSD x86_64. Results can be seen on the

Re: [patch] c/c++ asan tests for FreeBSD

2015-11-30 Thread Bernd Schmidt
On 11/29/2015 08:32 PM, Andreas Tobler wrote: Hi all, the attached patch prepares the testsuite, c and c++, for the upcoming ASAN support for FreeBSD (x86_64 first). I tested the patch on CentOS7.1 x86_64 and on FreeBSD x86_64. Results can be seen on the list. Is this ok for trunk? -/* { dg-d

Re: [patch] c/c++ asan tests for FreeBSD

2015-11-29 Thread Andreas Tobler
On 29.11.15 20:32, Andreas Tobler wrote: Hi all, the attached patch prepares the testsuite, c and c++, for the upcoming ASAN support for FreeBSD (x86_64 first). I tested the patch on CentOS7.1 x86_64 and on FreeBSD x86_64. Results can be seen on the list. Is this ok for trunk? Aehm, an add-o