From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52682 invoked by alias); 4 Nov 2015 07:23:08 -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 52654 invoked by uid 89); 4 Nov 2015 07:23:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: nikam.ms.mff.cuni.cz Received: from nikam.ms.mff.cuni.cz (HELO nikam.ms.mff.cuni.cz) (195.113.20.16) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 04 Nov 2015 07:23:06 +0000 Received: by nikam.ms.mff.cuni.cz (Postfix, from userid 16202) id 83391541E76; Wed, 4 Nov 2015 08:23:02 +0100 (CET) Date: Wed, 04 Nov 2015 07:23:00 -0000 From: Jan Hubicka To: Eric Botcazou Cc: Andreas Schwab , gcc-patches@gcc.gnu.org, Jan Hubicka , Richard Biener Subject: Re: Add VIEW_CONVERT_EXPR to operand_equal_p Message-ID: <20151104072302.GA15669@kam.mff.cuni.cz> References: <20151014162944.GE16672@kam.mff.cuni.cz> <1693727.sAndYEapaL@polaris> <1502746.PVjyRxddou@polaris> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1502746.PVjyRxddou@polaris> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-11/txt/msg00292.txt.bz2 > > This fails on ia64. > > gnat.dg/discr44.adb and gnat.dg/discr45.adb are supposed to fail everywhere > (and there are also a few ACATS failures everywhere). Sorry for the awkward > situation but they are testcases exposing the recent type system breakage. Are these supposed to be fixed by Richard's change to not use useless_type_conversion for VCE, or is it another issue? Honza > > -- > Eric Botcazou