Handle constexpr conversion from and then to the same type.
authorJason Merrill <jason@redhat.com>
Tue, 18 Jun 2019 16:08:17 +0000 (12:08 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 18 Jun 2019 16:08:17 +0000 (12:08 -0400)
commit02a8575c0cc6cc0004afaee095185775cd61f080
treec77eb4a74973d6b6da551ab8c349b008f1d8de29
parent3da7d774259904b351febd2c2de4eb15cd262ff5
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.

From-SVN: r272429
gcc/cp/ChangeLog
gcc/cp/constexpr.c