From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73410 invoked by alias); 12 Mar 2015 16:02:15 -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 73070 invoked by uid 48); 12 Mar 2015 16:02:09 -0000 From: "ian at airs dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/65404] cgo tool on powerpc-linux-gnu maybe incomplete Date: Thu, 12 Mar 2015 16:02:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ian at airs 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-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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-03/txt/msg01341.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65404 --- Comment #1 from Ian Lance Taylor --- There is nothing in the cgo tool which would cause this error. When the command runs "go", which go tool is actually running? The difference may be that on platforms other than powerpc-linux-gnu it is running the go tool from the gc compiler, but on powerpc-linux-gnu it is running the go tool from the gccgo compiler. This could potentially happen because the gc compiler does not support 32-bit powerpc.