This is the mail archive of the gcc-patches@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]

Re: C++ patch for typedef destructors


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/


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