https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66501
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Wed Jun 24 15:40:08 2015 New Revision: 224904 URL: https://gcc.gnu.org/viewcvs?rev=224904&root=gcc&view=rev Log: PR c++/66501 * class.c (type_has_nontrivial_assignment): Remove. * cp-tree.h: Remove declaration. * init.c (vec_copy_assign_is_trivial): New. (build_vec_init): Use it. Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/class.c trunk/gcc/cp/cp-tree.h trunk/gcc/cp/init.c