This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/5754] [3.3 regression] g++ segfaults on compilation of template-enriched code
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jun 2003 16:01:10 -0000
- Subject: [Bug c++/5754] [3.3 regression] g++ segfaults on compilation of template-enriched code
- References: <20020222154602.5754.seth.goldberg@sun.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5754
mmitchel at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mmitchel at gcc dot gnu dot org 2003-06-24 16:01 -------
Fixed in GCC 3.3. with:
2003-06-23 Mark Mitchell <mark@codesourcery.com>
PR c++/5754
* parse.y (structsp): Improve error handling of invalid nested
template classes.