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]

r175639 - in /trunk/gcc: cp/ChangeLog cp/call.c...


Author: jason
Date: Wed Jun 29 14:08:55 2011
New Revision: 175639

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175639
Log:
	DR 990
	* call.c (convert_like_real) [ck_user]: Handle value-initialization.
	(build_new_method_call_1): Likewise.
	* init.c (expand_default_init): Handle direct list-initialization
	of aggregates.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-initlist4.C
    trunk/gcc/testsuite/g++.dg/cpp0x/initlist-value.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/init.c
    trunk/gcc/testsuite/ChangeLog


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