diff --git a/gcc/cp/constexpr.cc b/gcc/cp/constexpr.cc index 0b43ae4ece3..23a27a962de 100644 --- a/gcc/cp/constexpr.cc +++ b/gcc/cp/constexpr.cc @@ -8474,7 +8474,8 @@ fold_simple (tree t) static GTY((deletable)) hash_map *cv_cache; tree -maybe_constant_value (tree t, tree decl, bool manifestly_const_eval) +maybe_constant_value (tree t, tree decl /* = NULL_TREE */, + bool manifestly_const_eval /* = false */) { tree r;