https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119428
--- Comment #12 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #10) > Created attachment 60861 [details] > gcc15-pr119428-1.patch > > Untested fix for x86. This isn't a SHIFT_COUNT_TRUNCATED target, so we'd > better not drop the count masking at least until combine is done (but > perhaps keep it in the IL until expansion, that might be larger change). This regtests fine here and fixes the e2fsprogs and sqlite testsuites. Thanks.