From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17889 invoked by alias); 17 Apr 2014 19:03:10 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 17875 invoked by uid 89); 17 Apr 2014 19:03:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 Apr 2014 19:03:09 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s3HJ37JY013475 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 17 Apr 2014 15:03:07 -0400 Received: from host2.jankratochvil.net (ovpn-116-18.ams2.redhat.com [10.36.116.18]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s3HJ34LW005207 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 17 Apr 2014 15:03:06 -0400 Date: Thu, 17 Apr 2014 19:03:00 -0000 From: Jan Kratochvil To: Keith Seitz Cc: gdb-patches@sourceware.org Subject: Regression for gdb.cp/koenig.exp: p entry (c) [Re: [RFA] Fix c++/16253 (tag/variable name collision)] Message-ID: <20140417190303.GA17070@host2.jankratochvil.net> References: <532C810F.7010809@redhat.com> <20140326134048.GA24501@adacore.com> <5346E8EA.1070705@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5346E8EA.1070705@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00374.txt.bz2 Hi Keith, b50c861487bb7d71185777193a9246bac81e4f26 is the first bad commit commit b50c861487bb7d71185777193a9246bac81e4f26 Author: Keith Seitz Date: Mon Apr 14 15:47:15 2014 -0700 Remove symbol_matches_domain. This fixes PR c++/16253. FAIL: gdb.cp/koenig.exp: p entry (c) p entry (c) A syntax error in expression, near `c)'. (gdb) FAIL: gdb.cp/koenig.exp: p entry (c) Reproducible on Fedora 20 x86_64. Jan