[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] New: Collisions with standard library not detected by linker

2017-10-25 Thread berck.nash at wdc dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: berck.nash at wdc dot com Target Milestone: --- If the standard library calls a function with the same name as a function that happens to appear locally, the linker will happily plug in the local