From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27809 invoked by alias); 12 Mar 2008 17:00:41 -0000 Received: (qmail 27801 invoked by uid 22791); 12 Mar 2008 17:00:41 -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, 12 Mar 2008 17:00:23 +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 m2CH0Gca004474; Wed, 12 Mar 2008 13:00:22 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m2CH0GDO026849; Wed, 12 Mar 2008 13:00:16 -0400 Received: from opsy.redhat.com (vpn-248-10.boston.redhat.com [10.13.248.10]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m2CH0FPx027615; Wed, 12 Mar 2008 13:00:15 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id C96425084EC; Wed, 12 Mar 2008 10:08:29 -0600 (MDT) To: Paolo Bonzini Cc: GCC Patches Subject: Re: [PATCH] Remove 2 dead lines from java_mangle_decl References: <47D7FB95.3050507@gnu.org> From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Wed, 12 Mar 2008 17:00:00 -0000 In-Reply-To: <47D7FB95.3050507@gnu.org> (Paolo Bonzini's message of "Wed\, 12 Mar 2008 16\:49\:41 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-03/txt/msg00747.txt.bz2 Paolo> If these two lines were ever executed, GCC would die soon after with Paolo> an assertion failure (I created the patch with big context for making Paolo> this evident). Paolo> Ok? Looks good to me. Please check it in. Thanks. Tom