https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63934
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Tue Nov 18 17:07:24 2014 New Revision: 217729 URL: https://gcc.gnu.org/viewcvs?rev=217729&root=gcc&view=rev Log: PR c++/63934 * constexpr.c (cxx_eval_call_expression): Check DECL_CONSTRUCTOR_P rather than VOID_TYPE_P. Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/constexpr.c