From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20656 invoked by alias); 26 Feb 2008 23:18:22 -0000 Received: (qmail 20555 invoked by uid 48); 26 Feb 2008 23:17:40 -0000 Date: Tue, 26 Feb 2008 23:18:00 -0000 Message-ID: <20080226231740.20554.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/35386] Invalid vector code generated with -O2 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kes at smolek 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: 2008-02/txt/msg02795.txt.bz2 ------- Comment #1 from kes at smolek dot com 2008-02-26 23:17 ------- Created an attachment (id=15234) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15234&action=view) temp file output demonstrating the bug Command line: gcc -v -save-temps -O2 -S -msse3 ComputeEven.cpp Note: bug occurs on 4.2.1, 4.2.2; 4.1.2 works okay. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35386