Re: [exim-dev] [Valgrind-users] [Bug 1050] [PATCH] Portabili…

Top Page
Delete this message
Reply to this message
Author: Julian Seward
Date:  
To: valgrind-users
CC: Bart Van Assche, Tony Finch, exim-dev, Chris Thompson, Steen Hammerum, David Woodhouse
Subject: Re: [exim-dev] [Valgrind-users] [Bug 1050] [PATCH] Portability fixes for memcheck.h.
On Wednesday, January 12, 2011, Bart Van Assche wrote:
> Did you realize that with that patch you have broken
> VALGRIND_CHECK_MEM_IS_ADDRESSABLE() and several other macros ?


Yeah .. the __extension is there for a reason. Nuking it isn't
a good solution.

Can you fix it by using an #if defined(__GNUC__) (or whatever?)

J