[Bug c++/86094] [8/9 Regression] Call ABI changed for small objects with defaulted ctor
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 11 18:39:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86094
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Jun 11 18:38:52 2018
New Revision: 261444
URL: https://gcc.gnu.org/viewcvs?rev=261444&root=gcc&view=rev
Log:
PR c++/86094 - wrong code with defaulted move ctor.
* tree.c (type_has_nontrivial_copy_init): Fix move ctor handling.
Added:
trunk/gcc/testsuite/g++.dg/abi/invisiref2.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/tree.c
More information about the Gcc-bugs
mailing list