public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Fangrui Song <maskray@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/google/grte/v5-2.27/master] Make xxland syntax gcc-only
Date: Sat, 28 Aug 2021 00:40:44 +0000 (GMT)	[thread overview]
Message-ID: <20210828004044.CB9B63857C7E@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4b86f820b82dc9e55c689c4374d7f5a73cd5305c

commit 4b86f820b82dc9e55c689c4374d7f5a73cd5305c
Author: Stan Shebs <stanshebs@google.com>
Date:   Wed Sep 26 14:14:49 2018 -0700

    Make xxland syntax gcc-only

Diff:
---
 sysdeps/powerpc/fpu/s_float_bitwise.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sysdeps/powerpc/fpu/s_float_bitwise.h b/sysdeps/powerpc/fpu/s_float_bitwise.h
index 6608692096..6be2983d8e 100644
--- a/sysdeps/powerpc/fpu/s_float_bitwise.h
+++ b/sysdeps/powerpc/fpu/s_float_bitwise.h
@@ -27,7 +27,7 @@ static inline int
 __float_and_test28 (float num, float value)
 {
   float ret;
-#ifdef _ARCH_PWR7
+#if defined _ARCH_PWR7 && !defined __clang__
   union {
     int i;
     float f;
@@ -51,7 +51,7 @@ static inline int
 __float_and_test24 (float num, float value)
 {
   float ret;
-#ifdef _ARCH_PWR7
+#if defined _ARCH_PWR7 && !defined __clang__
   union {
     int i;
     float f;
@@ -73,7 +73,7 @@ static inline float
 __float_and8 (float num)
 {
   float ret;
-#ifdef _ARCH_PWR7
+#if defined _ARCH_PWR7 && !defined __clang__
   union {
     int i;
     float f;
@@ -95,7 +95,7 @@ static inline int32_t
 __float_get_exp (float num)
 {
   int32_t inum;
-#ifdef _ARCH_PWR7
+#if defined _ARCH_PWR7 && !defined __clang__
   float ret;
   union {
     int i;


                 reply	other threads:[~2021-08-28  0:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210828004044.CB9B63857C7E@sourceware.org \
    --to=maskray@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).