------- 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