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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That is still ICE on valid code, the code with the out of bounds access or some
other UB might not be ever reachable at runtime, it can even not appear in the
source at all and can be just a result of jump threading on unrelated condition
etc.
So I think we certainly want to backport it.

Reply via email to