[Bug c++/82736] -Wl not wrapping all functions call

2017-10-26 Thread federico.kircheis at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82736 --- Comment #4 from Federico Kircheis --- Thank you very much for your feedback. With "-static" or "-static-libstdc++" i got the expected (at least for me) result. I guess that I'll need to register to https://sourceware.org/bugzilla/ to ask if

[Bug c++/82736] -Wl not wrapping all functions call

2017-10-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82736 --- Comment #3 from Jonathan Wakely --- This might also be due to how glibc defines the clock_gettime symbol (as a weak alias for its internal __clock_gettime), in which case it would still belong in https://sourceware.org/bugzilla/ but for glibc

[Bug c++/82736] -Wl not wrapping all functions call

2017-10-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82736 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/82736] -Wl not wrapping all functions call

2017-10-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82736 --- Comment #1 from Andrew Pinski --- First -Wl, options just pass directly to the linker. That means these options are linker options and not gcc options. The linker which are most likely using is the gnu linker, please this to them. But what