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

[Bug libstdc++/81835] cxxabi.h has invalid link in comment.


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.

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