Re: Fix ice on comdat groups with -check-pointer-bounds

2015-03-31 Thread Ilya Enkovich
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

Re: Fix ice on comdat groups with -check-pointer-bounds

2015-03-30 Thread 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 copy) > > > @@ -1130,15 +1130,20 @@ symtab_node

Re: Fix ice on comdat groups with -check-pointer-bounds

2015-03-30 Thread Ilya Enkovich
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

Re: Fix ice on comdat groups with -check-pointer-bounds

2015-03-30 Thread Ilya Enkovich
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

Re: Fix ice on comdat groups with -check-pointer-bounds

2015-03-30 Thread Ilya Enkovich
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