https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94664
--- Comment #4 from Yonatan <yon.goldschmidt at gmail dot com> --- > So GCC plugin API is just internal APIs which means there is no plugin > specific API. Yes, that I understood haha, that's why I used build_function_call() in the first place. I saw it in c-common.h so it made sense I could use it in my plugin aimed at C code... But if it's not meant to be used by the C front-end or any plugins associated to it, perhaps it should bear a comment like "internal use only!" or "not for use by the C front-end".