This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH][Demangler] Small fix for complex values
- From: Miguel Saldivar <saldivarcher at gmail dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 17 Oct 2019 16:52:54 -0700
- Subject: [PATCH][Demangler] Small fix for complex values
This is a small for Bug 67299, where symbol: `Z1fCf` becomes `f(float
complex)` rather than:
`f(floatcomplex )`. I thought this would be the preferred way of printing,
because both `llvm-cxxfilt` and `cpp_filt` both print the former.
Thanks,
Miguel Saldivar