From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 00CE33858D35; Sat, 3 Jun 2023 14:23:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00CE33858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685802238; bh=CO143IjBDdm6Mzrfw1ieAe6v3ZPpxbqfWerZqW3Zwnw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s2qkZMTOOPoFt4PVZlHguAyJXlfyewgHO0H9Chm9VysJT6BsvpJba59W1D9lZdGgB G8n5ADXQybiFK+odguQzOwkDQFPrSUItEqOR3AIbUR6UhypOaYIOwQtO9uMH9UdWpk ZlOSW/Rt1GG/hgtHGIb+XVDXBOZEHZiivbqukbHg= From: "g.peterhoff@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109924] missing __builtin_nanf16b Date: Sat, 03 Jun 2023 14:23:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: g.peterhoff@t-online.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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=3D109924 --- Comment #3 from g.peterhoff@t-online.de --- But in your documentation https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html it is stated that the __builtin's would be available for all FP types. For upcoming standards https://en.cppreference.com/w/c/experimental/fpext1 = this is needed anyway (setpayload etc.) thx Gero=