PR c++/80562 - ICE with constexpr if.
commit77253cd0c097ed0460f87cd8879c331197d1f497
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 2017 20:55:27 +0000 (19 20:55 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 2017 20:55:27 +0000 (19 20:55 +0000)
treecf658c862ef492ee93f6b8be13890aaeacb72714
parent79cdb4f5690d1d90205c6c3c7ac038078116f61c
PR c++/80562 - ICE with constexpr if.

* semantics.c (finish_if_stmt_cond): Call
instantiate_non_dependent_expr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249387 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/g++.dg/cpp1z/constexpr-if12.C [new file with mode: 0644]