From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17112 invoked by alias); 16 Oct 2008 15:24:57 -0000 Received: (qmail 16920 invoked by uid 48); 16 Oct 2008 15:23:36 -0000 Date: Thu, 16 Oct 2008 15:24:00 -0000 Message-ID: <20081016152336.16919.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/37839] st_parameter_dt has unwanted padding, is out of sync with compiler In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sje at cup dot hp dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-10/txt/msg01092.txt.bz2 ------- Comment #3 from sje at cup dot hp dot com 2008-10-16 15:23 ------- While changing the compiler would not break the ABI it seems like it would be pretty difficult. It looks to me like the compiler is building the offsets/fields based on the types in ioparm.def and assumes no padding. I want to add padding but only in 32 bit mode and only on some platforms. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37839