From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9078 invoked by alias); 27 Oct 2008 02:50:11 -0000 Received: (qmail 9070 invoked by uid 22791); 27 Oct 2008 02:50:10 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 27 Oct 2008 02:49:30 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id EC7C310C35; Mon, 27 Oct 2008 02:49:27 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 8F3A8108B6; Mon, 27 Oct 2008 02:49:27 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KuIAY-0005qO-0u; Sun, 26 Oct 2008 22:49:26 -0400 Date: Mon, 27 Oct 2008 08:43:00 -0000 From: Daniel Jacobowitz To: John David Anglin Cc: jakub@redhat.com, ebotcazou@adacore.com, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix struct passing on targets that rely on TYPE in Message-ID: <20081027024925.GA22447@caradoc.them.org> Mail-Followup-To: John David Anglin , jakub@redhat.com, ebotcazou@adacore.com, gcc-patches@gcc.gnu.org References: <20081023092154.GD14706@tyan-ft48-01.lab.bos.redhat.com> <20081027012626.484264DCB@hiauly1.hia.nrc.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081027012626.484264DCB@hiauly1.hia.nrc.ca> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-10/txt/msg01133.txt.bz2 On Sun, Oct 26, 2008 at 09:26:25PM -0400, John David Anglin wrote: > I have committed the following change to resolve PR 37316. The change avoids > the problematic call to emit_group_store in assign_parm_remove_parallels by > using BLKmode for the PARALLEL used for structs, aggregates and other > similar objects. It also fixes the incorrect justification noted in > debugging this problem for complex and vector types. The change doesn't > fix the middle-end regression. > > Tested on hppa64-hp-hpux11.11. Committed to trunk. Thank you (and Jakub) for your persistence with this. -- Daniel Jacobowitz CodeSourcery