From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20764 invoked by alias); 27 Aug 2007 15:43:53 -0000 Received: (qmail 20538 invoked by uid 22791); 27 Aug 2007 15:43:52 -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; Mon, 27 Aug 2007 15:43:47 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l7RFhjXN005275 for ; Mon, 27 Aug 2007 11:43:45 -0400 Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [172.16.52.154]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l7RFhiRM026902; Mon, 27 Aug 2007 11:43:44 -0400 Received: from caliban.home (sebastian-int.corp.redhat.com [172.16.52.221]) by lacrosse.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id l7RFhh3D018887; Mon, 27 Aug 2007 11:43:44 -0400 Message-ID: <46D2F12F.1050706@redhat.com> Date: Mon, 27 Aug 2007 15:52:00 -0000 From: Jason Merrill User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Jakub Jelinek CC: gcc-patches@gcc.gnu.org Subject: Re: Unreviewed patches References: <20070827141632.GQ2063@devserv.devel.redhat.com> In-Reply-To: <20070827141632.GQ2063@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: 2007-08/txt/msg01835.txt.bz2 Jakub Jelinek wrote: > dwarf2out ICE fix with vector CONSTRUCTOR > P1 PR debug/32914 > http://gcc.gnu.org/ml/gcc-patches/2007-08/msg01254.html OK. I'd use a goto rather than a flag here, but that's a matter of taste. Jason