From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25434 invoked by alias); 9 Oct 2005 21:29:26 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 25415 invoked by uid 48); 9 Oct 2005 21:29:24 -0000 Date: Sun, 09 Oct 2005 21:29:00 -0000 Message-ID: <20051009212924.25414.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/24174] real(10) array output broken In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jblomqvi at cc dot hut dot fi" X-SW-Source: 2005-10/txt/msg01122.txt.bz2 List-Id: ------- 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