[Bug lto/119557] malloc attribute on function decls and merging interaction with LTO

2025-03-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119557 --- Comment #3 from Andrew Pinski --- I should mention, malloc inlining is not the issue but rather it is the inline of the free. So handling this is even constrained. So maybe this is a documentation fix to warn about it and make a mention that

[Bug lto/119557] malloc attribute on function decls and merging interaction with LTO

2025-03-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119557 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug lto/119557] malloc attribute on function decls and merging interaction with LTO

2025-03-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119557 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org See Als