https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67289
Jan Hubicka changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67289
Jan Hubicka changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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