From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 81ADB385829A; Fri, 9 Sep 2022 18:12:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 81ADB385829A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662747162; bh=XVY7C2y9LMqgfcMpP6yse+20LztMKlvuaG83j6bbQdU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s1WqnItOklV7y/7+0xkWQuK3gm5KlPkanQU191Kyf7ifnb8BqoP5rpQb0i9nawHej 6oxOvy4oXTycai0Em+eqDrzD4W1Bk9ApcBX6bddCoCU1qwtzq+NX6FAgB8o5W28cc0 LloZF4hw18yqVK0XWxehKZUiyKBp2gOSZ5FC1Mqk= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106652] [C++23] P1467 - Extended floating-point types and standard names Date: Fri, 09 Sep 2022 18:12:40 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org 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: attachments.isobsolete attachments.created 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=3D106652 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #53555|0 |1 is obsolete| | --- Comment #9 from Jakub Jelinek --- Created attachment 53557 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53557&action=3Dedit gcc13-pr106652-wip.patch Further updated patch which implements also the 4) diagnostics, both for bi= nary operations and ?: and punts in c-common.c uses if common_type fails, plus an added x86 specific tests for further errors and a powerpc specific test to = test for the long double (IBM extended) vs. _Float128 unordered conversion ranks. [over.ics.rank] changes are still not implemented and I'm lost there.=