https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116947

Alexander Monakov <amonakov at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amonakov at gcc dot gnu.org

--- Comment #5 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
Annotations are essential for correctness (otherwise you'll get false positives
from sbitmap for instance), and are auto-enabled by gcc/configure.ac via "||
test x$ac_valgrind_checking != x", see
https://gcc.gnu.org/cgit/gcc/tree/gcc/configure.ac#n825

Reply via email to