This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19608] ICE after friend function definition in local class
- From: "nathan at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jun 2005 07:49:06 -0000
- Subject: [Bug c++/19608] ICE after friend function definition in local class
- References: <20050124192429.19608.amylaar@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nathan at gcc dot gnu dot org 2005-06-09 07:49 -------
Fixed on 3.4
2005-06-08 Nathan Sidwell <nathan@codesourcery.com>
PR c++/19608
* parser.c (cp_parser_late_parsing_for_member): Use
current_function_decl as scope to push to and from.
testsuite:
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Summary|[3.4 Regression] ICE after |ICE after friend function
|friend function definition |definition in local class
|in local class |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19608