From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9270 invoked by alias); 10 Mar 2010 01:36:37 -0000 Received: (qmail 9250 invoked by uid 48); 10 Mar 2010 01:36:36 -0000 Date: Wed, 10 Mar 2010 01:36:00 -0000 Message-ID: <20100310013636.9249.qmail@sourceware.org> From: "keiths at redhat dot com" To: gdb-prs@sourceware.org In-Reply-To: <20030108085803.8016.kraftche@cae.wisc.edu> References: <20030108085803.8016.kraftche@cae.wisc.edu> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug c++/8016] calling user-defined operators in gdb X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00414.txt.bz2 ------- Additional Comments From keiths at redhat dot com 2010-03-10 01:36 ------- I have verified that this has been fixed between 6.8 and 7.1: (gdb) p a == b $1 = false (gdb) p a.operator==(b) $2 = false -- What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |7.1 http://sourceware.org/bugzilla/show_bug.cgi?id=8016 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.