From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87757 invoked by alias); 2 Apr 2015 03:05:26 -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 87729 invoked by uid 89); 2 Apr 2015 03:05:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f170.google.com Received: from mail-ie0-f170.google.com (HELO mail-ie0-f170.google.com) (209.85.223.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 02 Apr 2015 03:05:24 +0000 Received: by iedm5 with SMTP id m5so59478752ied.3 for ; Wed, 01 Apr 2015 20:05:22 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.42.24.195 with SMTP id x3mr13071369icb.81.1427943922588; Wed, 01 Apr 2015 20:05:22 -0700 (PDT) Received: by 10.36.43.131 with HTTP; Wed, 1 Apr 2015 20:05:22 -0700 (PDT) In-Reply-To: <20150401084028.GJ19273@tucnak.redhat.com> References: <20150401084028.GJ19273@tucnak.redhat.com> Date: Thu, 02 Apr 2015 03:05:00 -0000 Message-ID: Subject: Re: [PATCH] Disable ppc/spu context sensitive macros for CLK_ASM preprocessing (PR preprocessor/61977) From: David Edelsohn To: Jakub Jelinek Cc: Ulrich Weigand , GCC Patches Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2015-04/txt/msg00040.txt.bz2 On Wed, Apr 1, 2015 at 4:40 AM, Jakub Jelinek wrote: > Hi! > > The context sensitive macros are inherently C/C++ specific, so trying to > expand them into anything when preprocessing assembler doesn't make any > sense to me. > > Ok for trunk? > > 2015-04-01 Jakub Jelinek > > PR preprocessor/61977 > * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't > predefine __vector/__bool/__pixel macros nor context sensitive > macros for CLK_ASM. > * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly. Okay. Thanks, David