bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/25876] New: Demangling support for "spaceship operator"


From: matt at godbolt dot org
Subject: [Bug binutils/25876] New: Demangling support for "spaceship operator"
Date: Sat, 25 Apr 2020 15:23:47 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25876

            Bug ID: 25876
           Summary: Demangling support for "spaceship operator"
           Product: binutils
           Version: 2.35 (HEAD)
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: matt at godbolt dot org
  Target Milestone: ---

c++filt does not support the new C++ `operator <=>`, instead showing mangled
names like "_ZNK3FoossERKS_".

(Example at https://github.com/mattgodbolt/compiler-explorer/issues/1942 )


I just tried with HEAD cxxfilt too:

~/d/b/binutils (master|…) $ ./cxxfilt _ZNK3FoossERKS_
_ZNK3FoossERKS_
~/d/b/binutils (master|…) $ ./cxxfilt --version
GNU c++filt (GNU Binutils) 2.34.50.20200425
Copyright (C) 2020 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]