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: "ian at airs 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:08:16 +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 #18 from Ian Lance Taylor <ian at airs dot com> ---
How could the size of that struct possibly be 12? Can you figure out what is
causing that to happen? There are exactly 64 bits specified, and the fields
are all packed. The size ought to be 8. I don't see what could cause it to be
12.
Also, I should have said that you need to compile with -m64bit-doubles.