This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 gdb/23283] Inconsistent multi-versioning behaviour


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

--- Comment #1 from M Welinder <mwelinder at gmail dot com> ---
This may be a demangler problem.  It is unhappy with any clone whose
suffix has digits:

welinder@dicentra:~> echo _Z3foov.avx2 | c++filt 
_Z3foov.avx2
welinder@dicentra:~> echo _Z3foov.avx | c++filt 
foo() [clone .avx]
welinder@dicentra:~> echo _Z3foov.mooooo | c++filt 
foo() [clone .mooooo]
welinder@dicentra:~> echo _Z3foov.mooooo2 | c++filt 
_Z3foov.mooooo2

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

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