From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80600 invoked by alias); 23 Oct 2015 17:25:27 -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 74124 invoked by uid 48); 23 Oct 2015 17:25:23 -0000 From: "vogt at linux dot vnet.ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/68072] New: malformed DWARF TagVariable entry Date: Fri, 23 Oct 2015 17:25: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: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vogt at linux dot vnet.ibm.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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 cc target_milestone cf_gcchost cf_gcctarget cf_gccbuild 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: 2015-10/txt/msg01970.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68072 Bug ID: 68072 Summary: malformed DWARF TagVariable entry Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: vogt at linux dot vnet.ibm.com CC: cmang at google dot com Target Milestone: --- Host: s390x Target: s390x Build: s390x Compiling the package crypto/secp256k1 from the go-ethereum package yields the error message "malformed DWARF TagVariable entry" from cgo. Maybe it does not yet know about the latest changes to debug information in Gcc? I know this report is very terse; if a code example is necessary to debug or fix this issue, just give me a shout and I'll see what I can do next week. (Gcc sources checked out at 25th of Septermber, 2015.)