From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9894 invoked by alias); 26 Mar 2010 21:18:13 -0000 Received: (qmail 9793 invoked by uid 48); 26 Mar 2010 21:18:02 -0000 Date: Fri, 26 Mar 2010 21:18:00 -0000 Message-ID: <20100326211802.9789.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/43430] Missed vectorization: "stmt not supported: cond_expr" In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "spop 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-03/txt/msg02759.txt.bz2 ------- Comment #5 from spop at gcc dot gnu dot org 2010-03-26 21:18 ------- Created an attachment (id=20218) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20218&action=view) Cleanup comparisons of types This patch replaces with types_compatible_p all the places in the vectorizer that were comparing types by pointer equality. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43430