From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 815 invoked by alias); 19 Mar 2013 15:51:49 -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 743 invoked by uid 89); 19 Mar 2013 15:51:42 -0000 Received: from mga01.intel.com (HELO mga01.intel.com) (192.55.52.88) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Mar 2013 15:51:42 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 19 Mar 2013 08:51:21 -0700 X-ExtLoop1: 1 Received: from tassilo.jf.intel.com ([10.7.201.84]) by fmsmga001.fm.intel.com with ESMTP; 19 Mar 2013 08:51:21 -0700 Received: by tassilo.jf.intel.com (Postfix, from userid 501) id 6812A2403BD; Tue, 19 Mar 2013 08:51:21 -0700 (PDT) Date: Tue, 19 Mar 2013 15:51:00 -0000 From: Andi Kleen To: Jakub Jelinek Cc: Jonathan Wakely , Andi Kleen , gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org, rth@redhat.com Subject: Re: [PATCH 1/4] Mark all member functions with memory models always inline Message-ID: <20130319155121.GM19692@tassilo.jf.intel.com> References: <1363440569-17331-1-git-send-email-andi@firstfloor.org> <20130319064639.GA12913@tucnak.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130319064639.GA12913@tucnak.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-03/txt/msg00684.txt.bz2 > Using __always_inline as the name of the macro is a bad idea, glibc > headers use that macro already. Just use something else in public headers > that aren't part of glibc. That's why I had the ifdef, but ok. I'll use __force_inline then. -Andi