This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11681] g++ crashes gracefully on parse error, but fixed in 2.96 redhat


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() {}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]