This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/24174] real(10) array output broken
- From: "jblomqvi at cc dot hut dot fi" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Oct 2005 21:29:24 -0000
- Subject: [Bug libfortran/24174] real(10) array output broken
- References: <bug-24174-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from jblomqvi at cc dot hut dot fi 2005-10-09 21:29 -------
Well, a slightly less broken approach than the patch in #3 would be to use
sizeof(GFC_REAL_10) and sizeof(GFC_COMPLEX_10) instead of hardcoded sizes. But
the problem with this would still be 1) location of pad bytes and 2) changing
the ABI with -m128bit-long-double or similar switches.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24174