From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22673 invoked by alias); 4 Nov 2008 16:07:54 -0000 Received: (qmail 4898 invoked by uid 48); 4 Nov 2008 16:06:32 -0000 Date: Tue, 04 Nov 2008 16:07:00 -0000 Message-ID: <20081104160632.4896.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/38012] vectorizer ignores 'restrict' In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "David dot Monniaux at imag dot fr" 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-11/txt/msg00289.txt.bz2 ------- Comment #1 from David dot Monniaux at imag dot fr 2008-11-04 16:06 ------- Created an attachment (id=16623) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16623&action=view) source code where va and vb are thought to be aliased The compiler should heed that va and vb cannot point to aliased locations. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38012