https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118090
Bug ID: 118090 Summary: unsignedp argument get_compare_parts is unused by callers Product: gcc Version: 14.2.0 Status: UNCONFIRMED Keywords: internal-improvement Severity: enhancement Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Eikansh pointed this out to me while I was reviewing/helping him on a patch to ccmp. I told him that it should be done seperately from the current patch which he was working on even. Anyways the callers to get_compare_parts pass a unsignedp and all of the callers never use the value of unsignedp. It was always unused since get_compare_parts was added in r8-1717-gf580a969d7fbab. It looks it was not noticed it became unused when rcode was set via get_compare_parts too.