This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 c++/85518] ICE mangling _FloatN types


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

--- Comment #2 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
You still need some of the built-in functions for use with __float128 in 
C++ when that has a different format from long double.  It's the built-in 
functions for types with the same format as float / double / long double 
for which things are less clear.

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