From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30504 invoked by alias); 23 Jan 2014 17:34:31 -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 30449 invoked by uid 48); 23 Jan 2014 17:34:27 -0000 From: "dev.ma.dma at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/59866] gccgo gc work buffer is misaligned Date: Thu, 23 Jan 2014 17:34: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: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: dev.ma.dma at gmail dot com X-Bugzilla-Status: RESOLVED 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: 2014-01/txt/msg02482.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59866 --- Comment #4 from Dev --- Thank you for your quick patch. It works after apply together with another patch "http://gcc.gnu.org/ml/gcc-patches/2013-10/msg01445.html", which seems to be provided by you. Good work. My target is 32bits i686. I use ct-ng to build gcc and set CT_ARCH_32=y, CT_ARCH_BITNESS=32.