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 libstdc++/43622] no C++ typeinfo for __float128


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

--- Comment #25 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
On Thu, 20 Nov 2014, john at johnmaddock dot co.uk wrote:

> While we're opening cans of worms.... intmax_t should clearly be __int128...
> just saying!

Existing ABIs where intmax_t in libc is 64-bit are why __int128 is what I 
call a sui generis extended type, not an integer type.


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