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

--- Comment #1 from Ilya Enkovich <enkovich.gnu at gmail dot com> ---
ICE occurs due to NULL field attached to a constructor element used for
initialization of internal asan structure.

Overall I don't think we should allow simultaneous usage of Pointer Bounds
Checker and Address Sanitizer.  It was never investigated how they may
conflict.  There should be at least a problem with static objects where each
instrumentation creates static objects to describe existing ones, newly created
objects are then also described by each other etc.

I will prepare a patch to prevent checker usage with sanitizers.

Reply via email to