Daniel Jacobowitz - Re: [PATCH][C++] Fix PR29433, make C++ use a lot less time/memory (original) (raw)

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

On Tue, Feb 20, 2007 at 05:04:49PM +0100, Michael Matz wrote:

That's better, but is it really correct? Think about a name like:

N1::TAN1::A

(the DIE being nested in the one for namespace N1). Current g++ would emit the name "TAN1::A", and I guess gdb doesn't try to fiddle with the template arguments itself, so that would work.

Right. The arguments are currently informative - thus the whole goal of moving them to DIEs, where they can be understood better by tools.

-- Daniel Jacobowitz CodeSourcery


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