2015-03-30 20:20 GMT+03:00 Jan Hubicka :
>> On 30 Mar 14:05, Ilya Enkovich wrote:
>> > 2015-03-27 18:23 GMT+03:00 Jan Hubicka :
>> > > Index: symtab.c
>> > > ===
>> > > --- symtab.c(revision 221734)
>> > > +++ symtab.c(working
> On 30 Mar 14:05, Ilya Enkovich wrote:
> > 2015-03-27 18:23 GMT+03:00 Jan Hubicka :
> > > Index: symtab.c
> > > ===
> > > --- symtab.c(revision 221734)
> > > +++ symtab.c(working copy)
> > > @@ -1130,15 +1130,20 @@ symtab_node
On 30 Mar 14:05, Ilya Enkovich wrote:
> 2015-03-27 18:23 GMT+03:00 Jan Hubicka :
> > Index: symtab.c
> > ===
> > --- symtab.c(revision 221734)
> > +++ symtab.c(working copy)
> > @@ -1130,15 +1130,20 @@ symtab_node::verify_symta
2015-03-27 18:23 GMT+03:00 Jan Hubicka :
> Hi,
> this patch fixes bug in symtab_node::verify_symtab_nodes pointed out by Ilya.
> The loop checking that there all comdats are linked by same_comdat_group was
> completely bogus. In addition it checked also external symbols that are
> currently not ke
2015-03-27 18:23 GMT+03:00 Jan Hubicka :
> Hi,
> this patch fixes bug in symtab_node::verify_symtab_nodes pointed out by Ilya.
> The loop checking that there all comdats are linked by same_comdat_group was
> completely bogus. In addition it checked also external symbols that are
> currently not ke
Hi,
this patch fixes bug in symtab_node::verify_symtab_nodes pointed out by Ilya.
The loop checking that there all comdats are linked by same_comdat_group was
completely bogus. In addition it checked also external symbols that are
currently not kept in groups. This bug was in mainline for months