diff options
author | Jason Merrill <jason@redhat.com> | 2021-01-15 11:42:00 -0500 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2021-01-15 13:38:14 -0500 |
commit | cd09079cfd50d289cbb05eadb728a0713f6bae8a (patch) | |
tree | 2b80b4b22e434bda20d942536068420b995f013c /gcc/po | |
parent | c0194736b477aef3cf0d15ccd12c64572869cf3f (diff) | |
download | gcc-cd09079cfd50d289cbb05eadb728a0713f6bae8a.zip gcc-cd09079cfd50d289cbb05eadb728a0713f6bae8a.tar.gz gcc-cd09079cfd50d289cbb05eadb728a0713f6bae8a.tar.bz2 |
c++: Fix list-init of array of no-copy type [PR63707]
build_vec_init_elt models initialization from some arbitrary object of the
type, i.e. copy, but in the case of list-initialization we don't do a copy
from the elements, we initialize them directly.
gcc/cp/ChangeLog:
PR c++/63707
* tree.c (build_vec_init_expr): Don't call build_vec_init_elt
if we got a CONSTRUCTOR.
gcc/testsuite/ChangeLog:
PR c++/63707
* g++.dg/cpp0x/initlist-array13.C: New test.
Diffstat (limited to 'gcc/po')
0 files changed, 0 insertions, 0 deletions