From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67326 invoked by alias); 2 Jun 2015 17:51: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 67316 invoked by uid 89); 2 Jun 2015 17:51:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 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; Tue, 02 Jun 2015 17:51:07 +0000 Received: by nikam.ms.mff.cuni.cz (Postfix, from userid 16202) id 54ED5543F4B; Tue, 2 Jun 2015 19:51:03 +0200 (CEST) Date: Tue, 02 Jun 2015 17:55:00 -0000 From: Jan Hubicka To: Joseph Myers Cc: Jan Hubicka , Bernhard Reutner-Fischer , gcc-patches@gcc.gnu.org, rguenther@suse.de Subject: Re: Teach gimple_canonical_types_compatible_p about incomplete types Message-ID: <20150602175103.GB13565@kam.mff.cuni.cz> References: <20150524234944.GB71623@kam.mff.cuni.cz> <616E26E8-0AAF-4A31-A38A-AC40EAF13D12@gmail.com> <20150526001604.GA43680@kam.mff.cuni.cz> <20150529211758.GA51555@kam.mff.cuni.cz> <20150529225626.GA24506@kam.mff.cuni.cz> <20150602173331.GA13565@kam.mff.cuni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-06/txt/msg00231.txt.bz2 > > thanks. I did not notice we have -fshort-enum by default targets. I suppose we want: > > /* { dg-xfail-if "" { arm-eabi-* } { "*" } { "" } } */ > > Well, not that (which matches "eabi" against the vendor part of the > triplet), but skip for the short_enums effective-target keyword. Ok. Did not know about short_enums (my dejagnu-fu is still very limited :( ) /* { dg-skip-if "require -fno-short-enums to work" {target short_enums} } */ Alternatively I suppose I can add enum value set to INT_MAX to force enum to be large. Honza > > -- > Joseph S. Myers > joseph@codesourcery.com