From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1874 invoked by alias); 17 Apr 2014 05:27:34 -0000 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 Received: (qmail 1847 invoked by uid 48); 17 Apr 2014 05:27:30 -0000 From: "anton at samba dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/60870] New: go interface methods broken on ppc64le (bug296.go) Date: Thu, 17 Apr 2014 05:27: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-Version: 4.10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: anton at samba dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-04/txt/msg01246.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60870 Bug ID: 60870 Summary: go interface methods broken on ppc64le (bug296.go) Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: anton at samba dot org bug296.go is failing on a checkout from today. The caller is putting the 9th argument in r1+32 instead of r1+96 where we expect: 0x000000001000195c <+140>: std r27,32(r1) <----- 0x0000000010001960 <+144>: li r10,22 0x0000000010001964 <+148>: std r2,24(r1) 0x0000000010001968 <+152>: addi r31,r31,1 0x000000001000196c <+156>: mtctr r11 The failure bisected to: 2c809f8f2584460a5207662cc8e064486cb0ec30 (Sync to current external repository)