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]

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


Author: jakub
Date: Mon Mar  4 18:57:13 2019
New Revision: 269371

URL: https://gcc.gnu.org/viewcvs?rev=269371&root=gcc&view=rev
Log:
	PR c++/71446
	* call.c (field_in_pset): New function.
	(build_aggr_conv): Handle CONSTRUCTOR_IS_DESIGNATED_INIT correctly.

	* g++.dg/cpp2a/desig12.C: New test.
	* g++.dg/cpp2a/desig13.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/cpp2a/desig12.C
    trunk/gcc/testsuite/g++.dg/cpp2a/desig13.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.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]