https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113995
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-02-19 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. You don't need -finstrument-functions really, just a function call like: ``` void f(); void svadd_u8_x(__SVUint8_t) [[arm::streaming_compatible]] { f(); } ```