[Bug c++/87093] is_constructible (__is_constructible() instrinsic) explicitly instantiates conversion member function of source
ville at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Sep 12 21:44:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87093
--- Comment #5 from ville at gcc dot gnu.org ---
Author: ville
Date: Wed Sep 12 21:10:43 2018
New Revision: 264253
URL: https://gcc.gnu.org/viewcvs?rev=264253&root=gcc&view=rev
Log:
PR c++/87093
gcc/cp
PR c++/87093
* method.c (constructible_expr): We're in an unevaluated context
in all cases, not just for class targets.
testsuite/
PR c++/87093
* g++.dg/ext/is_constructible2.C: New.
Added:
trunk/gcc/testsuite/g++.dg/ext/is_constructible2.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/method.c
More information about the Gcc-bugs
mailing list