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

Etusivu
Poista viesti
Vastaa
Lähettäjä: Julian Seward
Päiväys:  
Vastaanottaja: valgrind-users
Kopio: Bart Van Assche, Tony Finch, exim-dev, Chris Thompson, Steen Hammerum, David Woodhouse
Aihe: 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