From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31225 invoked by alias); 1 Jun 2011 19:55:02 -0000 Received: (qmail 31197 invoked by uid 22791); 1 Jun 2011 19:55:01 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Jun 2011 19:54:43 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p51JshXc006406 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 1 Jun 2011 15:54:43 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p51JsekD001732 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 1 Jun 2011 15:54:42 -0400 Message-ID: <4DE69900.9060500@redhat.com> Date: Wed, 01 Jun 2011 19:55:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: Jan Kratochvil CC: gdb-patches@sourceware.org Subject: Re: regression: gdb.objc/basicclass.exp [Re: [RFA] "Error in re-setting breakpoint," c++/12750] References: <4DD6B72D.3060706@redhat.com> <4DE568A5.4000306@redhat.com> <20110601070737.GA29856@host1.jankratochvil.net> In-Reply-To: <20110601070737.GA29856@host1.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-06/txt/msg00014.txt.bz2 On 06/01/2011 12:07 AM, Jan Kratochvil wrote: > -PASS: gdb.objc/basicclass.exp: resetting breakpoints when rerunning > -PASS: gdb.objc/basicclass.exp: continue until method breakpoint > -PASS: gdb.objc/basicclass.exp: print an ivar of self > -PASS: gdb.objc/basicclass.exp: print self > -PASS: gdb.objc/basicclass.exp: print contents of self > +FAIL: gdb.objc/basicclass.exp: resetting breakpoints when rerunning > +FAIL: gdb.objc/basicclass.exp: continue until method breakpoint (GDB internal error) > +FAIL: gdb.objc/basicclass.exp: print an ivar of self > +FAIL: gdb.objc/basicclass.exp: print self > +FAIL: gdb.objc/basicclass.exp: print contents of self Oddly, using my Fedora 13 compiler (gcc version 4.4.5 20101112 (Red Hat 4.4.5-2) (GCC)), I don't see any regressions. So I built gcc from git (gcc version 4.7.0 20110601 (experimental) (GCC)), and that shows the regressions (assertion failures). I'll get right on it. Keith