From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24367 invoked by alias); 17 Jul 2012 18:35:47 -0000 Received: (qmail 24204 invoked by uid 22791); 17 Jul 2012 18:35:46 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Jul 2012 18:35:33 +0000 From: "jan.kratochvil at redhat dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/54001] New: GDB Regression: FAIL: gdb.go/methods.exp: setting breakpoint at main.T.Foo Date: Tue, 17 Jul 2012 18:35:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jan.kratochvil at redhat dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-07/txt/msg01321.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54001 Bug #: 54001 Summary: GDB Regression: FAIL: gdb.go/methods.exp: setting breakpoint at main.T.Foo Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go AssignedTo: ian@airs.com ReportedBy: jan.kratochvil@redhat.com CC: dje@google.com Target: x86_64-unknown-linux-gnu 20120630 -> 20120701 I see regression PASS->FAIL for FSF GDB HEAD and FSF GCC HEAD. Still I am unable to reproduce the PASS case now. Any FSF GCC 4.8.0 fails for me with: FAIL: gdb.go/methods.exp: setting breakpoint at main.T.Foo FAIL: gdb.go/methods.exp: setting breakpoint at (*main.T).Bar It PASSes with Fedora gcc-go-4.6.3-2.fc16.x86_64. But I was told FSF GCC Go in 4.6.x is unsupported/broken so I do not have its FSF GCC builds. GCC 4.6.x PASS case: (gdb) b 'main. main.T main.T.Foo main.init main.main GCC 4.8.x FAIL case: (gdb) b 'main. main.Bar.pN6_main.T main.Foo.N6_main.T main.init main.main main.main@got.plt main.main@plt (GCC 4.7.x behaves like GCC 4.8.x.)