[Bug c/105488] Function definition is not generated OR function is not inlined

2022-05-05 Thread pavel.morozkin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105488 --- Comment #3 from Pavel M --- To: Andrew Pinski Indeed, per C11: > It is unspecified whether a call to the function uses the inline definition > or the external definition. Thanks!

[Bug c/105488] Function definition is not generated OR function is not inlined

2022-05-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105488 --- Comment #2 from Jonathan Wakely --- See https://gcc.gnu.org/gcc-5/porting_to.html#inline

[Bug c/105488] Function definition is not generated OR function is not inlined

2022-05-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105488 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---