From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18469 invoked by alias); 14 Sep 2010 16:18:45 -0000 Received: (qmail 18431 invoked by uid 48); 14 Sep 2010 16:18:30 -0000 Date: Tue, 14 Sep 2010 16:18:00 -0000 Message-ID: <20100914161830.18430.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/45633] [4.6 regression] internal compiler error: verify_stmts failed In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub at gcc dot gnu 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: 2010-09/txt/msg01651.txt.bz2 ------- Comment #6 from jakub at gcc dot gnu dot org 2010-09-14 16:18 ------- Created an attachment (id=21794) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21794&action=view) gcc46-pr45633-1.patch The s[i] = -s[i]; line is also unnecessary in the testcase. One possible patch attached, allows also MINUS_EXPR with vector pointer on lhs/rhs1 and vector sizetype on rhs2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45633