Re: [PATCH] Add function part to a same comdat group (PR ipa/80212).

2017-04-11 Thread Jan Hubicka
> Hello. > > This is my second attempt to fix the PR I worked on with Honza and Martin > Jambor. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > Apart from that > octoploid confirmed it can survive LLVM build. And I can build Firefox and > boost with the > patc

Re: [PATCH] Add function part to a same comdat group (PR ipa/80212).

2017-04-11 Thread Martin Liška
Hello. This is my second attempt to fix the PR I worked on with Honza and Martin Jambor. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Apart from that octoploid confirmed it can survive LLVM build. And I can build Firefox and boost with the patch on x86_64-linux-gn

Re: [PATCH] Add function part to a same comdat group (PR ipa/80212).

2017-04-08 Thread Martin Liška
The patch has been just reverted because it caused many issues: PR80366 Martin