[Bug c++/92374] Unable to link relocatable object when GCC is configured with "--disable-comdat"

2020-01-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92374 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/92374] Unable to link relocatable object when GCC is configured with "--disable-comdat"

2019-11-06 Thread g.hoogewerf at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92374 --- Comment #3 from GHoogewerf --- I'm using a module loader/linker (ELF) that can't handle comdat groups. The provided example is just a way to demonstrate the problem in a different way. Since the "--disable-comdat" option exists in recent

[Bug c++/92374] Unable to link relocatable object when GCC is configured with "--disable-comdat"

2019-11-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92374 --- Comment #2 from Andrew Pinski --- Why are you configuring GCC with disable-comdat in the first place on an elf target?

[Bug c++/92374] Unable to link relocatable object when GCC is configured with "--disable-comdat"

2019-11-05 Thread g.hoogewerf at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92374 --- Comment #1 from GHoogewerf --- Created attachment 47174 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47174=edit Proposed fix for gcc-7-branch This patch seems to address the issue in the gcc-7-branch.