[Bug c/121112] Issue about alias function call under high level optimization

2025-07-16 Thread njuwy at smail dot nju.edu.cn via Gcc-bugs
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

[Bug c/121112] Issue about alias function call under high level optimization

2025-07-16 Thread njuwy at smail dot nju.edu.cn via Gcc-bugs
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

[Bug c/121112] Issue about alias function call under high level optimization

2025-07-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121112 Richard Biener changed: What|Removed |Added Keywords||documentation --- Comment #1 from Rich