[PATCH, asan]: Compile g++.dg/asan tests with -D__NO_INLINE__ for *-*-linux* targets

Uros Bizjak ubizjak@gmail.com
Sat Feb 9 15:09:00 GMT 2013


On Sat, Feb 9, 2013 at 2:47 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> On Sat, Feb 09, 2013 at 12:46:23PM +0100, Uros Bizjak wrote:
>> 2013-02-09  Uros Bizjak  <ubizjak@gmail.com>
>>
>>       * g++.dg/asan/asan_test.C: Compile with -D__NO_INLINE__
>>       for *-*-linux* targets.
>>       * g++.dg/asan/interception-test-1.c: Ditto.
>>       * g++.dg/asan/interception-failure-test-1.C: Ditto.
>>       * g++.dg/asan/interception-malloc-test-1.C: Ditto.
>>
>> Patch was tested on x86_64-pc-linux-gnu {,-m32} CentOS 5.9 (where it
>> fixes several runtime and build failures) and Fedora 17.
>>
>> OK for mainline?
>
> Ok.

Thanks!

FYI, I have changed the target selector to a more strict
*-*-linux-gnu, as the define applies to glibc only.

The fix was re-tested on CentOS 5.9.

Uros.



More information about the Gcc-patches mailing list