This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]