public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/94797] New: libiberty doesn't demangle spaceship operator
@ 2020-04-27 13:28 matt at godbolt dot org
  2020-04-27 16:34 ` [Bug other/94797] " jakub at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: matt at godbolt dot org @ 2020-04-27 13:28 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 94797
           Summary: libiberty doesn't demangle spaceship operator
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: matt at godbolt dot org
  Target Milestone: ---

With trunk gcc and latest binutils, `c++filt` does not demangle spaceship
operator, leaving `_ZNK3FoossERKS_` mangled.

[ see, e.g. https://github.com/mattgodbolt/compiler-explorer/issues/1942 ]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug other/94797] libiberty doesn't demangle spaceship operator
  2020-04-27 13:28 [Bug other/94797] New: libiberty doesn't demangle spaceship operator matt at godbolt dot org
@ 2020-04-27 16:34 ` jakub at gcc dot gnu.org
  2020-04-27 19:00 ` [Bug demangler/94797] " cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-04-27 16:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org
                 CC|                            |jakub at gcc dot gnu.org
   Last reconfirmed|                            |2020-04-27
            Version|unknown                     |10.0
     Ever confirmed|0                           |1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug demangler/94797] libiberty doesn't demangle spaceship operator
  2020-04-27 13:28 [Bug other/94797] New: libiberty doesn't demangle spaceship operator matt at godbolt dot org
  2020-04-27 16:34 ` [Bug other/94797] " jakub at gcc dot gnu.org
@ 2020-04-27 19:00 ` cvs-commit at gcc dot gnu.org
  2020-04-27 19:05 ` jakub at gcc dot gnu.org
  2020-04-27 19:38 ` matt at godbolt dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-04-27 19:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:76458c912b0cdda59e094fa64b98aea9ffee214a

commit r10-7993-g76458c912b0cdda59e094fa64b98aea9ffee214a
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Mon Apr 27 20:59:25 2020 +0200

    demangler: Handle <=> operator in the demangler [PR94797]

    The demangler didn't handle spaceship operator.

    2020-04-27  Jakub Jelinek  <jakub@redhat.com>

            PR demangler/94797
            * cp-demangle.c (cplus_demangle_operators): Add ss <=> operator.
            * testsuite/demangle-expected: Add operator<=> test.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug demangler/94797] libiberty doesn't demangle spaceship operator
  2020-04-27 13:28 [Bug other/94797] New: libiberty doesn't demangle spaceship operator matt at godbolt dot org
  2020-04-27 16:34 ` [Bug other/94797] " jakub at gcc dot gnu.org
  2020-04-27 19:00 ` [Bug demangler/94797] " cvs-commit at gcc dot gnu.org
@ 2020-04-27 19:05 ` jakub at gcc dot gnu.org
  2020-04-27 19:38 ` matt at godbolt dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-04-27 19:05 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
   Target Milestone|---                         |10.0
         Resolution|---                         |FIXED

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed.  Might take a while before it gets propagated into binutils.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug demangler/94797] libiberty doesn't demangle spaceship operator
  2020-04-27 13:28 [Bug other/94797] New: libiberty doesn't demangle spaceship operator matt at godbolt dot org
                   ` (2 preceding siblings ...)
  2020-04-27 19:05 ` jakub at gcc dot gnu.org
@ 2020-04-27 19:38 ` matt at godbolt dot org
  3 siblings, 0 replies; 5+ messages in thread
From: matt at godbolt dot org @ 2020-04-27 19:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Matt Godbolt <matt at godbolt dot org> ---
Thanks so much!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-27 19:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27 13:28 [Bug other/94797] New: libiberty doesn't demangle spaceship operator matt at godbolt dot org
2020-04-27 16:34 ` [Bug other/94797] " jakub at gcc dot gnu.org
2020-04-27 19:00 ` [Bug demangler/94797] " cvs-commit at gcc dot gnu.org
2020-04-27 19:05 ` jakub at gcc dot gnu.org
2020-04-27 19:38 ` matt at godbolt dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).