This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11681] g++ crashes gracefully on parse error, but fixed in 2.96 redhat
- From: "binary1230 at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2003 05:40:41 -0000
- Subject: [Bug c++/11681] g++ crashes gracefully on parse error, but fixed in 2.96 redhat
- References: <20030727053651.11681.binary1230@yahoo.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=11681
------- Additional Comments From binary1230 at yahoo dot com 2003-07-27 05:40 -------
Sorry posted the wrong sample code. Ignore the stuff about c_base and
c_derived, it should be this:
class c1 : public c2 () {};
c1::c1() {}