https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118720
Bug ID: 118720 Summary: Bug with unsigned ints Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ddgreen at gmail dot com Target Milestone: --- The link shows that the `unsigned int` example is producing wrong code, but the `unsigned long` example is correct. https://godbolt.org/z/1rxj43xdq