https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119985
Bug ID: 119985
Summary: TARGET_PROMOTE_FUNCTION_RETURN is still referenced in
target.def
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
target.def has
If @code{TARGET_PROMOTE_FUNCTION_RETURN} returns true, you must apply\n\
the same promotion rules specified in @code{PROMOTE_MODE} if\n\
@var{valtype} is a scalar type.\n\
But TARGET_PROMOTE_FUNCTION_RETURN is no longer used.