From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9464 invoked by alias); 23 Oct 2008 22:06:37 -0000 Received: (qmail 9455 invoked by uid 22791); 23 Oct 2008 22:06:36 -0000 X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.155) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 23 Oct 2008 22:06:00 +0000 Received: by fg-out-1718.google.com with SMTP id e21so738101fga.28 for ; Thu, 23 Oct 2008 15:05:57 -0700 (PDT) Received: by 10.181.10.19 with SMTP id n19mr385190bki.188.1224799556709; Thu, 23 Oct 2008 15:05:56 -0700 (PDT) Received: by 10.86.94.6 with HTTP; Thu, 23 Oct 2008 15:05:56 -0700 (PDT) Message-ID: <303e1d290810231505u18c693e1w9e2acdc8c9f3713c@mail.gmail.com> Date: Thu, 23 Oct 2008 23:15:00 -0000 From: "David Edelsohn" To: "Jakub Jelinek" , "Alan Modra" Subject: Re: [PATCH] Fix struct passing on targets that rely on TYPE in BLOCK_REG_PADDING if mode is not BLKmode (PR middle-end/37316) Cc: "GCC Patches" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg01009.txt.bz2 Jakub, I did a quick sniff test of the patch passing some small structures back and forth between GCC and XLC. The patch does not seem to introduce any problems on AIX. Thanks, David