From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2273 invoked by alias); 5 Jan 2013 15:31:34 -0000 Received: (qmail 2261 invoked by uid 22791); 5 Jan 2013 15:31:33 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 05 Jan 2013 15:31:27 +0000 Received: by mail-wg0-f41.google.com with SMTP id ds1so911844wgb.0 for ; Sat, 05 Jan 2013 07:31:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.79.34 with SMTP id g2mr89010859wjx.17.1357399886713; Sat, 05 Jan 2013 07:31:26 -0800 (PST) Received: by 10.194.179.130 with HTTP; Sat, 5 Jan 2013 07:31:26 -0800 (PST) In-Reply-To: <201301041957.44623.ebotcazou@adacore.com> References: <87pq21umqp.fsf@talisman.default> <877gnu6rcc.fsf@talisman.default> <201301041957.44623.ebotcazou@adacore.com> Date: Sat, 05 Jan 2013 15:31:00 -0000 Message-ID: Subject: Re: RFA: Fix ICE on PARALLEL returns when expand builtins From: Richard Biener To: Eric Botcazou Cc: gcc-patches@gcc.gnu.org, Richard Sandiford Content-Type: text/plain; charset=ISO-8859-1 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: 2013-01/txt/msg00224.txt.bz2 On Fri, Jan 4, 2013 at 7:57 PM, Eric Botcazou wrote: >> Hmm, how would anyone else get at the "padding" info dealing with the >> parallel? This looks broken if we need access to the type :/ > > Yes, you need to access the type for return values, but that's not really new. Ick :/ >> Eric, any comments? > > Richard's patch seems fine to me, modulo the name of the routine; I'd rather > use maybe_emit_group_store or something along these lines. Ok, fine with me - you're clearly more experienced with this code. Thanks, Richard. > -- > Eric Botcazou