From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10741 invoked by alias); 17 Apr 2014 11:04:28 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 10726 invoked by uid 89); 17 Apr 2014 11:04:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail2-relais-roc.national.inria.fr Received: from mail2-relais-roc.national.inria.fr (HELO mail2-relais-roc.national.inria.fr) (192.134.164.83) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 17 Apr 2014 11:04:25 +0000 Received: from stedding.saclay.inria.fr ([193.55.250.194]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 17 Apr 2014 13:04:22 +0200 Received: from glisse (helo=localhost) by stedding.saclay.inria.fr with local-esmtp (Exim 4.82) (envelope-from ) id 1Wak7B-0004kX-VB; Thu, 17 Apr 2014 13:04:22 +0200 Date: Thu, 17 Apr 2014 11:18:00 -0000 From: Marc Glisse To: Richard Biener cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix PR60849 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SW-Source: 2014-04/txt/msg00990.txt.bz2 On Thu, 17 Apr 2014, Richard Biener wrote: > This fixes PR60849 by properly rejecting non-boolean typed > comparisons from valid_gimple_rhs_p so they go through the > gimplification paths. Could you also accept vector comparisons please? -- Marc Glisse