r235369 - in /branches/gcc-6-branch/gcc: cp/Cha...

jason@gcc.gnu.org jason@gcc.gnu.org
Fri Apr 22 15:39:00 GMT 2016


Author: jason
Date: Fri Apr 22 15:39:03 2016
New Revision: 235369

URL: https://gcc.gnu.org/viewcvs?rev=235369&root=gcc&view=rev
Log:
	PR c++/68206 - Fix constexpr diagnostics with loops.

	PR c++/68530
	* constexpr.c (potential_constant_expression_1): Handle LOOP_EXPR
	and GOTO_EXPR.

Added:
    branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/constexpr-loop5.C
Modified:
    branches/gcc-6-branch/gcc/cp/ChangeLog
    branches/gcc-6-branch/gcc/cp/constexpr.c



More information about the Gcc-cvs mailing list