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/78804] [RX] -m64bit-doubles does not work


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

--- Comment #13 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
fp-bit != soft-fp.  soft-fp always uses bit-fields (with the order 
depending on the endianness).  It's possible that in some cases you need 
to ensure the declared types of the bit-fields are such that no padding 
gets inserted and so you have the right layout.

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