This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/81835] cxxabi.h has invalid link in comment.
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 17 Aug 2017 18:44:42 +0000
- Subject: [Bug libstdc++/81835] cxxabi.h has invalid link in comment.
- Auto-submitted: auto-generated
- References: <bug-81835-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81835
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2017-08-17
Component|demangler |libstdc++
Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Chris Johns from comment #0)
> Tiny issue.
>
> Looking over cxxabi.h I noticed a link in a comment about __cxa_demangle is
> not valid anymore:
>
> * See http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt12ch39.html
> * for other examples of use.
I'll fix the link.
> I am looking for the implementation of the demangler code we have on our
> mebedded targets in RTEMS. A pointer to that location would be most welcomed.
https://gcc.gnu.org/onlinedocs/libstdc++/manual/ext_demangling.html is the new
location.