From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6238385C6C9; Wed, 21 Aug 2024 10:39:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6238385C6C9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1724236774; bh=+uBjIYTBWtAN1xX0riM3qYFn5oG0cKZcJskmaRTDMQ4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jbNugJ0jDIkLN/1b/mBZMDmVhL8zWJOkcxDMjpT+wolCfe2yDlI4/yDk8XJROE9iZ ZOOR8t4gZXPWXR/Ty8tCLi8DuDRZKI4J6G0M79SXXyMtkEX1kcLXOs783d3kB7qjNN bPGCUee/64fGN7MNZH+Y7fURGVVMbV2QnuP4RzYI= From: "thomas.petazzoni@free-electrons.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/116007] libquadmath fails to build with libgcc/soft-fp/quad.h:69:1: error: unable to emulate 'TF' Date: Wed, 21 Aug 2024 10:39:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.1.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: thomas.petazzoni@free-electrons.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org 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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D116007 --- Comment #22 from Thomas Petazzoni = --- Thanks for the patch, I confirm it fixes the build issue I was seeing!=