From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9612 invoked by alias); 8 May 2013 10:55:51 -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 9467 invoked by uid 48); 8 May 2013 10:55:18 -0000 From: "snagavallis at outlook dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/57206] Auto-vectorization fails when array index is an unsigned int expression Date: Wed, 08 May 2013 10:55:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: snagavallis at outlook dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: See Also Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-05/txt/msg00505.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57206 Sasanka Nagavalli changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://gcc.gnu.org/bugzilla | |/show_bug.cgi?id=48052 --- Comment #2 from Sasanka Nagavalli 2013-05-08 10:55:18 UTC --- Sorry, in the original description, good1() should have been written as follows to avoid the warning: void good1(float * d, unsigned int n) { unsigned int i; for (i=0; i