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

Zdenek Sojka <zsojka at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE: verify_flow_info       |ICE: verify_flow_info
                   |failed: missing             |failed: missing
                   |REG_EH_REGION note at the   |REG_EH_REGION note at the
                   |end of bb 6 with -O         |end of bb 6 with -O
                   |-fnon-call-exceptions       |-fnon-call-exceptions
                   |-finstrument-functions and  |-finstrument-functions and
                   |_BitInt()                   |invalid memory access

--- Comment #2 from Zdenek Sojka <zsojka at seznam dot cz> ---
_BitInt() is not needed, this can be also triggered at least by memset() and
memcpy() with the memory operand having negative offset to address to a
variable.

Reply via email to