From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10521 invoked by alias); 16 Oct 2011 18:52:35 -0000 Received: (qmail 10511 invoked by uid 22791); 16 Oct 2011 18:52:34 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-vw0-f47.google.com (HELO mail-vw0-f47.google.com) (209.85.212.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 16 Oct 2011 18:52:20 +0000 Received: by vwe42 with SMTP id 42so1293120vwe.20 for ; Sun, 16 Oct 2011 11:52:19 -0700 (PDT) Received: by 10.52.6.132 with SMTP id b4mr17250602vda.39.1318791138769; Sun, 16 Oct 2011 11:52:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.92.83 with HTTP; Sun, 16 Oct 2011 11:51:59 -0700 (PDT) In-Reply-To: <20111016183837.GW27949@sunsite.ms.mff.cuni.cz> References: <20111016183837.GW27949@sunsite.ms.mff.cuni.cz> From: Ulrich Drepper Date: Mon, 17 Oct 2011 06:57:00 -0000 Message-ID: Subject: Re: asm in inline function invalidating function attributes? To: Jakub Jelinek Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg00244.txt.bz2 On Sun, Oct 16, 2011 at 14:38, Jakub Jelinek wrote: > If this is about e.g. > 2011-09-14 =C2=A0Ulrich Drepper =C2=A0 > > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/x86_64/fpu/bits/mathinline.h (__MATH= _INLINE): Use > =C2=A0 =C2=A0 =C2=A0 =C2=A0__extern_always_inline. > =C2=A0 =C2=A0 =C2=A0 =C2=A0Define lrint{f,} and llrint{f,} for 64-bit and= in some situations for > =C2=A0 =C2=A0 =C2=A0 =C2=A032-bit. No, something else. It's about the calls to __ctype_b_loc etc. The function just returns a pointer, nothing else.