This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50798] [c++ox] ICE in dependent_type_p_r with lambda
- 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: Wed, 19 Oct 2011 17:17:28 +0000
- Subject: [Bug c++/50798] [c++ox] ICE in dependent_type_p_r with lambda
- Auto-submitted: auto-generated
- References: <bug-50798-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50798
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Known to work| |4.7.0
Resolution| |DUPLICATE
Summary|Segmentation fault |[c++ox] ICE in
| |dependent_type_p_r with
| |lambda
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-10-19 17:17:28 UTC ---
already fixed on trunk - looks like a dup of PR 50791 which also fails in
dependent_type_p_r
please don't report C++0x bugs against GCC 4.5, there have been hundreds of
fixes in the 4.6 and 4.7 branches
*** This bug has been marked as a duplicate of bug 50791 ***