https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89818

            Bug ID: 89818
           Summary: possibly invalid name mangling
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tromey at gcc dot gnu.org
  Target Milestone: ---

Apologies for the vagueness of this bug.  I ran across a
pull request that mentions that gcc will sometimes emit an erroneous
'sr' mangling:

https://github.com/gimli-rs/cpp_demangle/pull/173

In particular that bug claims that gcc can emit this
symbol, which it further claims is invalid:

_ZN4base8internal14CheckedSubImplIlEENSt9enable_ifIXsrSt14numeric_limitsIT_E10is_integerEbE4typeES4_S4_PS4_

I don't know whether these claims are accurate, but I figured
it would be worth filing, just in case.

Reply via email to