[Bug c++/110809] ICE: in unify, at cp/pt.cc:25226 with floating-point NTTPs
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 26 20:52:34 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110809
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Patrick Palka <ppalka@gcc.gnu.org>:
https://gcc.gnu.org/g:744e1f35266dbd6b6fb95c7e8422562815f8b56f
commit r14-2806-g744e1f35266dbd6b6fb95c7e8422562815f8b56f
Author: Patrick Palka <ppalka@redhat.com>
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) <case INTEGER_CST>: Generalize to handle
REAL_CST as well.
gcc/testsuite/ChangeLog:
* g++.dg/cpp2a/nontype-float3.C: New test.
More information about the Gcc-bugs
mailing list