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

jason@gcc.gnu.org jason@gcc.gnu.org
Fri Jul 29 14:08:00 GMT 2016


Author: jason
Date: Fri Jul 29 14:08:03 2016
New Revision: 238868

URL: https://gcc.gnu.org/viewcvs?rev=238868&root=gcc&view=rev
Log:
	PR c++/72457 - ICE with list-value-initialized base.

	* init.c (expand_aggr_init_1): Only handle value-init of bases.
	* constexpr.c (build_data_member_initialization): Handle multiple
	initializers for the same field.

Added:
    branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-list1.C
Modified:
    branches/gcc-6-branch/gcc/cp/ChangeLog
    branches/gcc-6-branch/gcc/cp/constexpr.c
    branches/gcc-6-branch/gcc/cp/init.c



More information about the Gcc-cvs mailing list