[Bug c++/84854] [7/8 Regression] ICE: unexpected expression in cxx_eval_constant_expression, at cp/constexpr.c:4774
mpolacek at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 22 08:08:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84854
--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Thu Mar 22 08:08:07 2018
New Revision: 258756
URL: https://gcc.gnu.org/viewcvs?rev=258756&root=gcc&view=rev
Log:
PR c++/84854
* semantics.c (finish_if_stmt_cond): Check if the type of the condition
is boolean.
* g++.dg/cpp1z/constexpr-if15.C: New test.
* g++.dg/cpp1z/constexpr-if16.C: New test.
Added:
trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-if15.C
trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-if16.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/semantics.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list