From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C0EEA3883013; Fri, 30 Jun 2023 22:13:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C0EEA3883013 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688163207; bh=aliFcplQxnC+8JAIuKWVjvrvZfFGHw/aTq1eW4qpTpk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r475TVvglIIsHTubjX/XG/IWIvui3TFPSGYtw2J8DmvygAMNeppaQQC/iqZFTOyzT KT2X8/vqtfICpxP1gCvx0xmqGMimpHU72QKsz1QjITC8coEpS9bw+UtIUJC7pjAB1q hqiiguiljDx/udz8lP3JMld61s+ZniQ4pfMeIMPE= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug math/30550] powerpc64le: GCC-specific code for isinf() is being used on clang Date: Fri, 30 Jun 2023 22:13:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: 2.39 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tuliom at ascii dot art.br X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30550 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tulio Magno Quites Machado Filho : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D0a9e93842d8e535ac81= 74cb4ff7fb830b20e4ae7 commit 0a9e93842d8e535ac8174cb4ff7fb830b20e4ae7 Author: Tulio Magno Quites Machado Filho Date: Tue Jun 13 18:56:33 2023 -0300 Stop applying a GCC-specific workaround on clang [BZ #30550] GCC was the only compiler affected by the issue with __builtin_isinf_sign and float128. Fix BZ #30550. Reported-by: Qiu Chaofan Reviewed-by: Florian Weimer --=20 You are receiving this mail because: You are on the CC list for the bug.=