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 target/80154] sizeof(long double) == 16 even with -mlong-double-80


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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Storing into 10 bytes is not possible.  For 80bit precision, only 96 or 128 bit
as the storage unit is available.

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