From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27166 invoked by alias); 30 Apr 2015 06:40:57 -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 27153 invoked by uid 89); 30 Apr 2015 06:40:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 30 Apr 2015 06:40:55 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3lcnCl4NMbz3hklH; Thu, 30 Apr 2015 08:40:51 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3lcnCl3BRmzvjDP; Thu, 30 Apr 2015 08:40:51 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id 22ekervQ9u6r; Thu, 30 Apr 2015 08:40:50 +0200 (CEST) X-Auth-Info: V2F/nhhCMng7JkGs0aJlWLh7MyNee0P3uCJTA378ivoMdeKYo4AU0v5U3Ku3Ium5 Received: from igel.home (ppp-93-104-94-204.dynamic.mnet-online.de [93.104.94.204]) by mail.mnet-online.de (Postfix) with ESMTPA; Thu, 30 Apr 2015 08:40:50 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 607892C3A99; Thu, 30 Apr 2015 08:40:50 +0200 (CEST) From: Andreas Schwab To: Trevor Saunders Cc: Jeff Law , tbsaunde+gcc@tbsaunde.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS References: <1430114140-15817-1-git-send-email-tbsaunde+gcc@tbsaunde.org> <1430114140-15817-4-git-send-email-tbsaunde+gcc@tbsaunde.org> <87oam7nmck.fsf@igel.home> <20150429212811.GA17482@tsaunders-iceball.corp.tor1.mozilla.com> <87383iob0i.fsf@igel.home> <5541548F.40608@redhat.com> <20150429222548.GB17482@tsaunders-iceball.corp.tor1.mozilla.com> X-Yow: I wish I was on a Cincinnati street corner holding a clean dog! Date: Thu, 30 Apr 2015 06:58:00 -0000 In-Reply-To: <20150429222548.GB17482@tsaunders-iceball.corp.tor1.mozilla.com> (Trevor Saunders's message of "Wed, 29 Apr 2015 18:25:48 -0400") Message-ID: <87r3r2i0el.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2015-04/txt/msg01968.txt.bz2 Trevor Saunders writes: > actually pointing out libojc/encoding.c was more useful since that makes > it pretty clear the ifndef PCC_BITFIELD_TYPE_MATTERS there just needs to > be changed to #if ! That probably won't work on arm or powerpc or vax: gcc/config/arm/arm.h:#define PCC_BITFIELD_TYPE_MATTERS TARGET_AAPCS_BASED gcc/config/rs6000/sysv4.h:#define PCC_BITFIELD_TYPE_MATTERS (TARGET_BITFIELD_TYPE) gcc/config/vax/vax.h:#define PCC_BITFIELD_TYPE_MATTERS (! TARGET_VAXC_ALIGNMENT) Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."