From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30842 invoked by alias); 1 Nov 2007 02:00:07 -0000 Received: (qmail 30830 invoked by uid 22791); 1 Nov 2007 02:00:06 -0000 X-Spam-Check-By: sourceware.org Received: from mailhost.cs.tamu.edu (HELO postal.cs.tamu.edu) (128.194.138.100) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 Nov 2007 02:00:05 +0000 Received: from soliton.cs.tamu.edu (vpn-28.cs.tamu.edu [128.194.150.28]) by postal.cs.tamu.edu (Postfix) with ESMTP id 637DB46DE19; Wed, 31 Oct 2007 21:00:03 -0500 (CDT) Received: by soliton.cs.tamu.edu (Postfix, from userid 1000) id 792001AB06; Wed, 31 Oct 2007 21:10:30 -0500 (CDT) To: Paolo Carlini 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> From: Gabriel Dos Reis In-Reply-To: <87pryun35j.fsf@soliton.cs.tamu.edu> Date: Thu, 01 Nov 2007 02:00:00 -0000 Message-ID: <87k5p2n2ax.fsf@soliton.cs.tamu.edu> 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: 2007-11/txt/msg00008.txt.bz2 | 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)) -- Gaby