From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7268 invoked by alias); 9 Oct 2007 13:20:54 -0000 Received: (qmail 7203 invoked by uid 48); 9 Oct 2007 13:20:36 -0000 Date: Tue, 09 Oct 2007 13:20:00 -0000 Subject: [Bug c/33711] New: Missed optimization: reduction by subtraction (vectorizer) X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "eres at il dot ibm 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: 2007-10/txt/msg00784.txt.bz2 For example: for (i = 0; i < N; i++) { udiff -= (ub[i] * uc[i]); -- Summary: Missed optimization: reduction by subtraction (vectorizer) Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: eres at il dot ibm dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33711