[Bug bootstrap/67289] ICE in ipa-devirt.c

2016-01-14 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67289 Jan Hubicka changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/67289] ICE in ipa-devirt.c

2015-11-26 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67289 --- Comment #5 from Jan Hubicka --- Created attachment 36849 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36849&action=edit testcase Compile with g++ -O2 -flto -g -fPIC -std=gnu++0x -march=bdver1c testcase.ii

[Bug bootstrap/67289] ICE in ipa-devirt.c

2015-11-26 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67289 --- Comment #4 from rguenther at suse dot de --- On Thu, 26 Nov 2015, hubicka at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67289 > > --- Comment #3 from Jan Hubicka --- > I am reducing testcase. BTW it seems wastef

[Bug bootstrap/67289] ICE in ipa-devirt.c

2015-11-26 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67289 --- Comment #3 from Jan Hubicka --- I am reducing testcase. BTW it seems wasteful to build all the dwarfs we are going to throw away for slim LTO -g. Can't we just disable the dwarf production at slim LTO build time until early dwarf materialize

[Bug bootstrap/67289] ICE in ipa-devirt.c

2015-11-26 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67289 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/67289] ICE in ipa-devirt.c

2015-11-25 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67289 --- Comment #1 from Jan Hubicka --- gnat1 build works for me, but similar problem reproduces for me during Firefox build. Apparently we manage to set TREE_PUBLIC of TYPE_STUB_DECL of an anonymous type. I will try to track down where it hapepns