]> git.ipfire.org Git - thirdparty/gcc.git/commit
Handle constexpr conversion from and then to the same type.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2019 16:08:17 +0000 (16:08 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2019 16:08:17 +0000 (16:08 +0000)
commite8e065dcf5a6db6096741f593e8322bdda8156fc
treec77eb4a74973d6b6da551ab8c349b008f1d8de29
parent1dbba015fd54bfc73c965f8bc4aae6c8ace367b2
Handle constexpr conversion from and then to the same type.

* constexpr.c (cxx_eval_constant_expression): Handle conversion from
and then to the same type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272429 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/constexpr.c