From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32095 invoked by alias); 24 Aug 2009 04:38:56 -0000 Received: (qmail 31893 invoked by uid 48); 24 Aug 2009 04:38:39 -0000 Date: Mon, 24 Aug 2009 04:38:00 -0000 Message-ID: <20090824043839.31892.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: "rogerdpack at gmail dot com" 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/msg01846.txt.bz2 ------- Comment #2 from rogerdpack at gmail dot com 2009-08-24 04:38 ------- (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? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40333