http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47049
Richard Guenther <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code Target Milestone|4.5.3 |--- Summary|[4.5/4.6 Regression] |[C++0x] ICE in |[C++0x] ICE in |write_unnamed_type_name |write_unnamed_type_name |with lambda use |with lambda use | Known to fail| |4.5.0, 4.5.1, 4.5.2, 4.6.0 --- Comment #11 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-02-08 13:55:21 UTC --- Hm, this doesn't seem to be a regression. lambda is not supported in GCC 4.4, GCC 4.5.x ICE the same way as trunk. So, what version works for you (some unreleased SVN rev does not count, such a regression is not percieved as such from a users POV)? Unmarking as regression.