PR c++/86094 - wrong code with defaulted move ctor.
authorJason Merrill <jason@redhat.com>
Mon, 11 Jun 2018 18:38:52 +0000 (14:38 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 11 Jun 2018 18:38:52 +0000 (14:38 -0400)
commit46e318cff70c1adcb0895092975c72f41f82404c
tree114290e22c4a703fb765aa1f7cfc1a831e94e76d
parent641c8da29b8ec191e6e55f829add746f7d52a482
PR c++/86094 - wrong code with defaulted move ctor.

* tree.c (type_has_nontrivial_copy_init): Fix move ctor handling.

From-SVN: r261444
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/testsuite/g++.dg/abi/invisiref2.C [new file with mode: 0644]