From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1407 invoked by alias); 1 Nov 2007 02:04:00 -0000 Received: (qmail 1371 invoked by uid 22791); 1 Nov 2007 02:03:58 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 Nov 2007 02:03:56 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id A34911663D; Thu, 1 Nov 2007 03:03:53 +0100 (CET) Message-ID: <47293408.40202@suse.de> Date: Thu, 01 Nov 2007 02:04:00 -0000 From: Paolo Carlini User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Gabriel Dos Reis Cc: Gcc Patch List Subject: Re: [C++, diagnostic] PR 33494 References: <4725C021.7080507@suse.de> <4725CF67.9050908@suse.de> <87pryun35j.fsf@soliton.cs.tamu.edu> <87k5p2n2ax.fsf@soliton.cs.tamu.edu> In-Reply-To: <87k5p2n2ax.fsf@soliton.cs.tamu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2007-11/txt/msg00009.txt.bz2 Gabriel Dos Reis wrote: > | By the way, in that context, I'm puzzled by the way pp_cxx_expression > | deals with NON_DEPENDENT_EXPR. Is it calling itself or what? > > That is a bug. It should be > > pp_cxx_expression (pp, TREE_OPERAND (t, 0)) > Ok, I'm fixing this too at the same time. Paolo.