[Bug lto/91677] -fbuiltin (default) breaks static link against lto libc

2024-06-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91677

Sam James  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=91287

--- Comment #3 from Sam James  ---
I think there's others as well, and then a bunch on the binutils side which H.J
fixed recently.

[Bug lto/91677] -fbuiltin (default) breaks static link against lto libc

2019-09-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91677

Richard Biener  changed:

   What|Removed |Added

   Keywords||wrong-code
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2019-09-06
 Ever confirmed|0   |1

--- Comment #2 from Richard Biener  ---
That was PR91287.  builtin_with_linkage_p needs to be amended with all those
libc builtins we have for this to work.

[Bug lto/91677] -fbuiltin (default) breaks static link against lto libc

2019-09-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91677

--- Comment #1 from Andrew Pinski  ---
The builtins are not recorded in the symbol table.  There is another bug about
this same issue.