https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107658
Bug ID: 107658 Summary: TARGET_EXPAND_TO_RTL_HOOK, TARGET_INSTANTIATE_DECLS, TARGET_MANGLE_TYPE don't really belong in the Storage Layout target hook section Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: documentation, internal-improvement Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- TARGET_EXPAND_TO_RTL_HOOK, TARGET_INSTANTIATE_DECLS and TARGET_MANGLE_TYPE are currently in the Storage Layout section of the manual. https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gccint/Storage-Layout.html#Storage-Layout But they don't belong there as they are not at all related to alignment or sizes. I don't know where the best place to put these though.