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 Regression]
                   |ICE with throw expression   |ICE with -flto and
                   |                            |non-static data member
                   |                            |initializers

--- Comment #1 from Volker Reichelt <reichelt at gcc dot gnu.org> 2011-11-17 
23:35:47 UTC ---
Here's another one with a function call:

==================
struct A
{
  int f();
  int i = f();
};

A a;
==================

bug15.cc:7:4: internal compiler error: tree code 'call_expr' is not supported
in LTO streams
Please submit a full bug report, [etc.]

Reply via email to