Opened 14 years ago
Closed 14 years ago
#6379 closed bug (fixed)
Class names in namespaces aren't dealt with properly under gcc4 when archiving/unarchiving.
Reported by: | yourpalal | Owned by: | yourpalal |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kits/Support Kit | Version: | R1/Development |
Keywords: | archiving | Cc: | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Class names in namespaces aren't dealt with properly under gcc4 when archiving/unarchiving. The problem occurs in Archivable.cpp's (de)mangle_class_name() functions, which both assume GNUC == 2.
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | gcc4archiving.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
comment:2 by , 14 years ago
You're now granted commit access, so you should be able to put the fixes on svn yourself, unless you think they need more review. This one seems fine, so I'll let you commit it, unless youhave some good technical reason of not being able to do it.
comment:3 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
patch to allow mangling & demangling of class names in namespaces under gcc4