https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121112
--- Comment #3 from Anonymous ---
(In reply to Richard Biener from comment #1)
> I think not, the ifunc resolver should not have side-effects, it's not
> specified how often it is called.
>
> The documentation isn't very explicit about this tho
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121112
--- Comment #2 from Anonymous ---
(In reply to Anonymous from comment #0)
> gcc version:
> gcc version 16.0.0 20250704 (experimental) (GCC)
>
> src:
> #include
> static void bar_impl(void) { puts("bar_impl called."); }
> static void *bar_ifun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121112
Richard Biener changed:
What|Removed |Added
Keywords||documentation
--- Comment #1 from Rich