[Bug binutils/27078] c++filt: demangling for float128 type is confusing on PowerPC

2020-12-16 Thread qiu.chaofan at outlook dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27078 --- Comment #2 from Qiu Chaofan --- Thanks for reply. I mean `__ibm128` is mangled as `g`, but `g` is demangled into `__float128`, which is NOT mangled into `g`. On PPC, the mangling looks correct to me. If in the perspective of demangler, `_

[Bug binutils/27078] New: c++filt: demangling for float128 type is confusing on PowerPC

2020-12-16 Thread qiu.chaofan at outlook dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: qiu.chaofan at outlook dot com Target Milestone: --- Simple program: __ibm128 foo(__ibm128 a, __ibm128 b) { return a + b; } __float128 foo2(__float128 a