From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 149B73858C2F; Wed, 26 Jul 2023 20:52:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 149B73858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690404755; bh=yrl69Sd5jhIvsFRXH71wumjZKTfxpZW3pA1Qni2rmYc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eb7gCgvfBIZsse4sutZIN1ogiX7xBXlXYtRTp7guaTR0I2V54MQLajdKUFKiVQYmi MqZSLG6u/FWhnWiDe+7aVEpivGAAthRxOwGcFFwN6XhqY/fqbPu5nLI5FjQdK6pNz4 WH1sOAwK/rlykVk0RILZZh9FO/565uIZWXe45gsM= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110809] ICE: in unify, at cp/pt.cc:25226 with floating-point NTTPs Date: Wed, 26 Jul 2023 20:52:34 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka 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=3D110809 --- Comment #7 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:744e1f35266dbd6b6fb95c7e8422562815f8b56f commit r14-2806-g744e1f35266dbd6b6fb95c7e8422562815f8b56f Author: Patrick Palka Date: Wed Jul 26 16:52:13 2023 -0400 c++: unifying REAL_CSTs [PR110809] This teaches unify how to compare two REAL_CSTs. PR c++/110809 gcc/cp/ChangeLog: * pt.cc (unify) : Generalize to handle REAL_CST as well. gcc/testsuite/ChangeLog: * g++.dg/cpp2a/nontype-float3.C: New test.=