[Bug c/82723] Collisions with standard library not detected by linker

2017-10-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82723 --- Comment #4 from Andrew Pinski --- Again this is not a gcc issue. It is a linker issue. You are most likely using binutils for the linker. Second this has been this behavior ever since the elf format came about 20 years ago.

[Bug c/82723] Collisions with standard library not detected by linker

2017-10-26 Thread berck.nash at wdc dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82723 --- Comment #3 from Berck Nash --- I can see that someone might want to do this, but it certainly doesn't seem like it should be default behavior. I think it's a bit absurd to expect an end user to know the names of every function called by ever

[Bug c/82723] Collisions with standard library not detected by linker

2017-10-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82723 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/82723] Collisions with standard library not detected by linker

2017-10-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82723 --- Comment #1 from Jonathan Wakely --- Firstly, the linker is not part of GCC, so this is the wrong place to report it, and secondly, this is by design, see http://www.airs.com/blog/archives/307