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

Demangle THIS


This message is not entirely serious ;).

However - I *am* proud to have just finished a pretty hard task (heh),
and wanted to share this with ya all before going to bed (its 5:13 am)...

~/c++/libcw/src/libcwd>a.out _Z1fKM1AA4_VPRA3_i 2>/dev/null
f(int (&* volatile (A::* const) [4]) [3])

I don't see libiberty do that any time soon! Heheh

Good night,

-- 
Carlo Wood <carlo@alinoe.com>

PS libiberty's demangler makes of it:
   f(int (&*) [3] volatile (A::*) [4] const)
   ROFL


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