This is the mail archive of the archer@sourceware.org mailing list for the Archer 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: [python] Anonymous namespaces prevent some Python pretty-printing


>> Or, we could fix it in g++ -- it seems strange that g++ and the
>> demangler would disagree.

Daniel> They do in many, many ways...

Ah.  Scratch that, then.

Even fixing cp-name-parser.y looks like a pain; "<unnamed>" can't be
treated like "(anonymous namespace)" due to things like "foo<unnamed>",
which has a different meaning.

Overall I still prefer the long term solution of changing g++ to emit
better dwarf here, so we can move away from parsing type names.

Tom


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