https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114293
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 57665 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57665&action=edit gcc14-pr114293.patch Untested fix. Like in PR110603, there is UB and we need to pick at most one of the bounds, not both of them as they are in conflict.