From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5010 invoked by alias); 3 Feb 2009 12:51:07 -0000 Received: (qmail 4977 invoked by uid 48); 3 Feb 2009 12:50:59 -0000 Date: Tue, 03 Feb 2009 12:51:00 -0000 Message-ID: <20090203125059.4976.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/18557] Inefficient code generated by -ftree-vectorize on Alpha In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "falk at debian dot org" 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-02/txt/msg00192.txt.bz2 ------- Comment #11 from falk at debian dot org 2009-02-03 12:50 ------- (In reply to comment #10) > By changing the test to: > > unsigned int p[64]; In this case 8-byte alignment is guaranteed, so no peeling is needed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18557