This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47049] [C++0x] ICE in write_unnamed_type_name with lambda use
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 20 Jan 2011 15:01:42 +0000
- Subject: [Bug c++/47049] [C++0x] ICE in write_unnamed_type_name with lambda use
- Auto-submitted: auto-generated
- References: <bug-47049-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47049
--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-01-20 15:01:29 UTC ---
Created attachment 23046
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23046
slightly reduced and unincluded testcase
confirmed with 4.5 and 4.6
attachment produced by
g++46 -std=c++0x errtest.cc -Ieigen -DNDEBUG -DEIGEN_DONT_VECTORIZE -E |
~/src/gcc-4.6-20110101/contrib/uninclude
(NDEBUG and EIGEN_DONT_VECTORIZE avoid non-portable assertions and intrinsics
in the output)