From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21930 invoked by alias); 7 May 2008 14:55:17 -0000 Received: (qmail 21920 invoked by uid 22791); 7 May 2008 14:55:16 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 May 2008 14:54:49 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m47Eqixm031814; Wed, 7 May 2008 10:52:44 -0400 Received: from file.rdu.redhat.com (file.rdu.redhat.com [10.11.255.147]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m47Eqh36027463; Wed, 7 May 2008 10:52:43 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by file.rdu.redhat.com (8.13.1/8.13.1) with ESMTP id m47Eqgah023327; Wed, 7 May 2008 10:52:42 -0400 Message-ID: <4821C23A.3040906@redhat.com> Date: Wed, 07 May 2008 14:59:00 -0000 From: Jason Merrill User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Jakub Jelinek CC: gcc-patches@gcc.gnu.org, Mark Mitchell , Richard Guenther Subject: Re: Patch ping References: <20080507083202.GI2255@devserv.devel.redhat.com> In-Reply-To: <20080507083202.GI2255@devserv.devel.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-05/txt/msg00430.txt.bz2 Jakub Jelinek wrote: > - C++ compound literal diagnostics PR c++/36023 P2 4.3/4.4 > http://gcc.gnu.org/ml/gcc-patches/2008-04/msg02045.html Rather than duplicating code, please split out the parts of check_initializer that are also appropriate for finish_compound_literal. > - fix dwarf2out.c for Fortran COMMONs PR debug/35896 P1 4.4 > http://gcc.gnu.org/ml/gcc-patches/2008-04/msg02114.html OK. Jason