This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r249387 - in /trunk/gcc: cp/ChangeLog cp/semant...


Author: jason
Date: Mon Jun 19 20:55:27 2017
New Revision: 249387

URL: https://gcc.gnu.org/viewcvs?rev=249387&root=gcc&view=rev
Log:
	PR c++/80562 - ICE with constexpr if.

	* semantics.c (finish_if_stmt_cond): Call
	instantiate_non_dependent_expr.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-if12.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]