This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/78804] [RX] -m64bit-doubles does not work
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 Aug 2017 17:03:25 +0000
- Subject: [Bug target/78804] [RX] -m64bit-doubles does not work
- Auto-submitted: auto-generated
- References: <bug-78804-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78804
--- Comment #17 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
Presumably the bit-field issue is RX defaulting to MS bit-field layout
(rx_is_ms_bitfield_layout suggests making the structure itself packed
should help).