From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26360 invoked by alias); 21 Nov 2008 12:44:26 -0000 Received: (qmail 16017 invoked by uid 48); 21 Nov 2008 12:43:02 -0000 Date: Fri, 21 Nov 2008 12:44:00 -0000 Message-ID: <20081121124302.16016.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: "howarth at nitro dot med dot uc dot edu" 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-11/txt/msg01777.txt.bz2 ------- Comment #13 from howarth at nitro dot med dot uc dot edu 2008-11-21 12:43 ------- Can we change all of the gfortran.dg/f2003_io_*.f03 test cases from... ! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-* sparc*-*-* } && ilp32 } { "*" } { "" } } to ! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-[aix,linux]* sparc*-*-* } && ilp32 } { "*" } { "" } } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37839