r199539 - in /branches/gcc-4_8-branch/gcc: cp/C...

jason@gcc.gnu.org jason@gcc.gnu.org
Fri May 31 13:03:00 GMT 2013


Author: jason
Date: Fri May 31 13:03:23 2013
New Revision: 199539

URL: http://gcc.gnu.org/viewcvs?rev=199539&root=gcc&view=rev
Log:
	PR c++/56930
	* call.c (convert_like_real): Use cp_convert_and_check.
	* cvt.c (cp_convert_and_check): Use maybe_constant_value.
	* semantics.c (cxx_eval_constant_expression): Handle LTGT_EXPR.
	(potential_constant_expression_1): Handle OMP_ATOMIC*.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/initlist71.C
Modified:
    branches/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/gcc-4_8-branch/gcc/cp/call.c
    branches/gcc-4_8-branch/gcc/cp/cvt.c
    branches/gcc-4_8-branch/gcc/cp/semantics.c



More information about the Gcc-cvs mailing list