From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16066 invoked by alias); 7 Jul 2006 13:36:22 -0000 Received: (qmail 16053 invoked by uid 22791); 7 Jul 2006 13:36:21 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-01.spheriq.net (HELO fra-del-01.spheriq.net) (195.46.51.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Jul 2006 13:36:20 +0000 Received: from fra-out-02.spheriq.net (fra-out-02.spheriq.net [195.46.51.130]) by fra-del-01.spheriq.net with ESMTP id k67CxNoM002574 for ; Fri, 7 Jul 2006 13:02:04 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-02.spheriq.net with ESMTP id k67CtChw017028 for ; Fri, 7 Jul 2006 12:55:12 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id k67CtBen021064 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Fri, 7 Jul 2006 12:55:11 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id DBF13DA41 for ; Fri, 7 Jul 2006 12:55:10 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 391964751D for ; Fri, 7 Jul 2006 12:55:09 +0000 (GMT) Received: from [164.129.15.13] (bri1043.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHU44498 (AUTH stubbsa); Fri, 7 Jul 2006 13:55:09 +0100 (BST) Message-ID: <44AE59AC.3040600@st.com> Date: Fri, 07 Jul 2006 13:36:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Andrew STUBBS , gdb-patches@sourceware.org Subject: Re: [PATCH] Fix segfault on empty else References: <44980741.4040404@st.com> <20060620201752.GA1453@nevyn.them.org> <4499247B.7050404@st.com> <20060706133044.GC18827@nevyn.them.org> <44AD37E6.5050705@st.com> <20060706162349.GA24631@nevyn.them.org> <44AE4063.2080100@st.com> <20060707123859.GA20201@nevyn.them.org> In-Reply-To: <20060707123859.GA20201@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00056.txt.bz2 Daniel Jacobowitz wrote: > Yeah, this is OK. Thanks. Excellent, committed thanks. Andrew