http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54783
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-03 06:54:22 UTC --- Alternative would be to check for valgrind devel headers always, tweak the existing VALGRIND* macros used in gcc sources such that it would be only used if ENABLE_VALGRIND_CHECKING (otherwise expand to nothing) and in sparseset for hosts that have valgrind support, but no valgrind devel headers, fall back to XCNEWVEC, otherwise if valgrind devel headers are available, use the valgrind special insn even without --enable-checking=valgrind.