[Bug lto/51198] [c++0x] [4.7 Regression] ICE with -flto and non-static data member initializers

2011-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51198 --- Comment #6 from Andrew Pinski pinskia at gcc dot gnu.org 2011-12-01 17:13:10 UTC --- Author: pinskia Date: Thu Dec 1 17:13:05 2011 New Revision: 181886 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181886 Log: 2011-12-01 Andrew

[Bug lto/51198] [c++0x] [4.7 Regression] ICE with -flto and non-static data member initializers

2011-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51198 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug lto/51198] [c++0x] [4.7 Regression] ICE with -flto and non-static data member initializers

2011-11-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51198 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug lto/51198] [c++0x] [4.7 Regression] ICE with -flto and non-static data member initializers

2011-11-17 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51198 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Summary|[c++0x] [4.7 Regression]|[c++0x] [4.7

[Bug lto/51198] [c++0x] [4.7 Regression] ICE with -flto and non-static data member initializers

2011-11-17 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51198 --- Comment #2 from Volker Reichelt reichelt at gcc dot gnu.org 2011-11-17 23:45:23 UTC --- And another ICE with 'target_expr': === struct A { A(int); }; struct B { A a = 0; }; B b; === bug.cc:11:4: internal compiler

[Bug lto/51198] [c++0x] [4.7 Regression] ICE with -flto and non-static data member initializers

2011-11-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51198 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org 2011-11-18 00:26:25 UTC --- Maybe LTO stream should ignore DECL_INITIAL for FIELD_DECLs.

[Bug lto/51198] [c++0x] [4.7 Regression] ICE with -flto and non-static data member initializers

2011-11-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51198 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last