From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Elizabeth Chastain To: gcc-patches@gcc.gnu.org, jimb@cygnus.com Cc: chastain@cygnus.com, dberlin@cygnus.com, gdb-patches@sources.redhat.com, samuel@codesourcery.com Subject: Re: [RFA] Extend demangler to recognize destructors/constructors Date: Thu, 15 Mar 2001 10:58:00 -0000 Message-id: <200103151857.KAA30887@bosch.cygnus.com> X-SW-Source: 2001-03/msg00241.html I like the enums. But I would like to have an explicit enum for gnu_v3_not_a_ctor and gnu_v3_not_a_dtor, rather than using a literal value of 0 which is not in the enum (consider what gdb will show people). Also in the peek_char / next_char changes, you changed where the current char is during the call to result_add_string. I don't know if that's important. Michael