From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Elizabeth Chastain To: chastain@cygnus.com, dberlin@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] New C++ abstraction patch Date: Tue, 20 Feb 2001 20:42:00 -0000 Message-id: <200102210442.UAA21584@bosch.cygnus.com> X-SW-Source: 2001-02/msg00413.html Hi Daniel, > I plan on using [^0-9]D[1-3]Ev$ I am suspicious of the [^0-9] part. I just made a class named "B1", and its destructor name is "_ZN2B1D2Ev". Indeed, I can't figure out what problem the [^0-9] is trying to solve anyways. (My usual setup: 2001-02-20 gcc, rhl7 native, tried both stabs and dwarf-2). Michael