PR c++/70344 - ICE with recursive constexpr
authorJason Merrill <jason@redhat.com>
Tue, 24 May 2016 03:34:55 +0000 (23:34 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 24 May 2016 03:34:55 +0000 (23:34 -0400)
commit4ddcdbf91224dc630c820a47a7bc7433f4fa6925
tree92858b6ab0cbaf8978593fb1a44fa74bc3284415
parent40e61ad87c384b0394c2e62853532903f128f918
PR c++/70344 - ICE with recursive constexpr

* constexpr.c (cxx_eval_call_expression): Check for
fun == current_function_decl again.

From-SVN: r236625
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/testsuite/g++.dg/cpp0x/constexpr-recursion2.C