https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121098
Bug ID: 121098 Summary: target macro HARDREG_PRE_REGNOS is NOT documented Product: gcc Version: 16.0 Status: UNCONFIRMED Keywords: documentation, internal-improvement Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org CC: andrew.carlotti at arm dot com Target Milestone: --- The target macro HARDREG_PRE_REGNOS in the internals manual was added with r15-6789-ge7f98d9603808b but it was NOT documented. I do think this should have been a target hook rather than a target macro. Even the macro name should have started with TARGET_ :).