]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/66501
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Jun 2015 15:40:08 +0000 (15:40 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Jun 2015 15:40:08 +0000 (15:40 +0000)
commit374fac5db1e3c3a2622705ae097f8685af34d1a4
tree9a2e4c548e0ef8b3d4821a63eee311709732898d
parent1f6b3916b7a2d5a5a1ef52f745815b3ffcf11baf
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224904 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/init.c