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]
Other format: [Raw text]

Re: [PATCH][C++] Fix PR29433, make C++ use a lot less time/memory


On Tue, 12 Dec 2006, Mark Mitchell wrote:

[...]

| > "B<int,A<int, X<int>, Y<int>, Z<int> >,A<A<int, X<int>, Y<int>,
| > Z<int> >, X<A<int, X<int>, Y<int>, Z<int> > >, Y<A<int, X<int>, Y<int>,
| > Z<int> > >, Z<A<int, X<int>, Y<int>, Z<int> > > > >"
|
| One way to solve this is for the debugger to print this as:
|
|   B<#1, A<#1>, A<A<#1> > > with #1 = int

Indeed;  similar notation has been in use in the Lisp community for ages.

-- Gaby


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