http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46382
--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2010-11-09 03:54:29 UTC --- Author: jason Date: Tue Nov 9 03:54:24 2010 New Revision: 166471 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166471 Log: PR c++/46382 * semantics.c (check_constexpr_ctor_body): New fn. * parser.c (cp_parser_ctor_initializer_opt_and_function_body): Call it. * cp-tree.h: Declare it. Added: trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-sassert.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/cp-tree.h trunk/gcc/cp/parser.c trunk/gcc/cp/semantics.c trunk/gcc/testsuite/ChangeLog