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

jason@gcc.gnu.org jason@gcc.gnu.org
Sat Aug 13 23:53:00 GMT 2016


Author: jason
Date: Sat Aug 13 23:53:28 2016
New Revision: 239448

URL: https://gcc.gnu.org/viewcvs?rev=239448&root=gcc&view=rev
Log:
	PR c++/71972 - constexpr array self-modification

	* constexpr.c (cxx_eval_array_reference): Handle looking for the
	value of an element we're currently modifying.

Added:
    branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/constexpr-array5.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