This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ patch for typedef destructors
- To: Richard Sandiford <rsandifo at cygnus dot com>
- Subject: Re: C++ patch for typedef destructors
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Mon, 22 Jan 2001 17:48:26 +0100 (CET)
- cc: <gcc-patches at gcc dot gnu dot org>
On Mon, 22 Jan 2001, Richard Sandiford wrote:
> This patch and testcase are an attempt to add support for constructs like
> "p.T::U::~U()", where T::U is a typedef. At the moment, g++ tries to
> look up ~U in the type that T::U is equivalent to, so the name U is lost.
I believe that, in case this gets installed, we also want a testcase for
the regression suite.
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/