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 error: tree code 'target_expr' is not supported
in LTO streams
Please submit a full bug report, [etc.]

Reply via email to