https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114337
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114337
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114337
--- Comment #3 from Richard Biener ---
The linker needs to re-scan for new references to libc and libgcc functions
anyway. For example a structure copy might be expanded as memcpy. We probably
don't introduce new calls to memcpy so maybe for a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114337
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114337
--- Comment #1 from H.J. Lu ---
Maybe linker can deal with it.