https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81087
Nicolas Boulenguez <nicolas at debian dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58152|0 |1 is obsolete| | --- Comment #8 from Nicolas Boulenguez <nicolas at debian dot org> --- Created attachment 61122 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61122&action=edit v4 rebased on gcc-15 Hello. Commit 1848ebb2 in gcc-15 fixes two of the four occurrences and reinvents Starts_With as Is_Prefix. The attached v4 is rebased on the gcc-15 head. Patch 1 fixes the two remaining occurrences. Patch 2 rewrites patch 1 with Is_Prefix and fixes Is_Prefix when its arguments are equal. Patch 3 to 6 are (rebased) style suggestions.