constexpr.c (cxx_eval_call_expression): Don't add this call to the hash table if...
authorJason Merrill <jason@redhat.com>
Mon, 27 Jul 2015 16:57:21 +0000 (12:57 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 27 Jul 2015 16:57:21 +0000 (12:57 -0400)
commitcca444fb00473658e18f52209dc64709af2005b2
tree16e6fbeed82adced3c4b22002b99ac3805443142
parentad497dbb3e52e21c2d5bfcc691a6b26ffba7ccc9
constexpr.c (cxx_eval_call_expression): Don't add this call to the hash table if !depth_ok.

* constexpr.c (cxx_eval_call_expression): Don't add this call to
the hash table if !depth_ok.

From-SVN: r226256
gcc/cp/ChangeLog
gcc/cp/constexpr.c