Re: [PATCH][PR94156] Split COMDAT groups on target that do not support them

2021-05-05 Thread Richard Biener via Gcc-patches
On Tue, Mar 23, 2021 at 5:29 PM Markus Böck via Gcc-patches wrote: > > GCC at the moment uses COMDAT groups for things like virtual thunks, > even on targets that do not support COMDAT groups. This has not been a > problem as on platforms not supporting these (such as PE COFF on > Windows), the ba

[PATCH][PR94156] Split COMDAT groups on target that do not support them

2021-03-23 Thread Markus Böck via Gcc-patches
GCC at the moment uses COMDAT groups for things like virtual thunks, even on targets that do not support COMDAT groups. This has not been a problem as on platforms not supporting these (such as PE COFF on Windows), the backend handled it through directives to GAS. GCC would simply use a .linkonce d