From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54493 invoked by alias); 1 Apr 2015 08:57:55 -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 53454 invoked by uid 89); 1 Apr 2015 08:57:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-la0-f46.google.com Received: from mail-la0-f46.google.com (HELO mail-la0-f46.google.com) (209.85.215.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 01 Apr 2015 08:57:53 +0000 Received: by labe2 with SMTP id e2so31529096lab.3 for ; Wed, 01 Apr 2015 01:57:50 -0700 (PDT) X-Received: by 10.112.98.234 with SMTP id el10mr9732673lbb.28.1427878670369; Wed, 01 Apr 2015 01:57:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.83.130 with HTTP; Wed, 1 Apr 2015 01:57:10 -0700 (PDT) In-Reply-To: <20150401084028.GJ19273@tucnak.redhat.com> References: <20150401084028.GJ19273@tucnak.redhat.com> From: Steven Bosscher Date: Wed, 01 Apr 2015 08:57:00 -0000 Message-ID: Subject: Re: [PATCH] Disable ppc/spu context sensitive macros for CLK_ASM preprocessing (PR preprocessor/61977) To: Jakub Jelinek Cc: David Edelsohn , Ulrich Weigand , GCC Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00006.txt.bz2 On Wed, Apr 1, 2015 at 10: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. Why are the -c.c cpp builtins defined at all when preprocessing assembly? Or in other words: should these (supposedly) language-dependent hooks for cpp builtins be called if the pre-processor is called stand-alone? Ciao! Steven