https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94664
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
build_function_call is only used from the objective-C/Objective-C++ front-end
and only with the objective-C runtime functions so there is no bug here.
>it's the main API to be used by plugin code
NO, the main API was only for Objective-C/c++ code. THIS function is much
older than the plugin support.