From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17828 invoked by alias); 24 Aug 2009 06:15:53 -0000 Received: (qmail 17784 invoked by uid 48); 24 Aug 2009 06:15:39 -0000 Date: Mon, 24 Aug 2009 06:15:00 -0000 Message-ID: <20090824061539.17783.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/40333] g++ does not align static variables properly In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dannysmith at users dot sourceforge dot net" 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: 2009-08/txt/msg01848.txt.bz2 ------- Comment #3 from dannysmith at users dot sourceforge dot net 2009-08-24 06:15 ------- (In reply to comment #2) > (In reply to comment #0) > > The following SSE2 code crashes because the non-static global variable breaks > > the alignment of the static data section. > > Is this fixed if you use 4.5.0? > This is fixed with 4.5.0 and a recent binutils (Nick Clifton's patch to GAS was commuitted on 2008-09-03) Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40333