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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The demangler does the right, although confusing thing.  Because the Itanium
ABI says that g is __float128:
                 ::= f  # float
                 ::= d  # double
                 ::= e  # long double, __float80
                 ::= g  # __float128

Reply via email to