From: Jason Merrill Date: Tue, 6 Dec 2022 14:51:33 +0000 (-0500) Subject: c++: comment X-Git-Tag: basepoints/gcc-14~2645 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3da5ae7a347b7d74765053f4a08eaf7ec58f8735;p=thirdparty%2Fgcc.git c++: comment gcc/cp/ChangeLog: * constexpr.cc (maybe_constant_value): Add default arg comments. --- diff --git a/gcc/cp/constexpr.cc b/gcc/cp/constexpr.cc index 0b43ae4ece36..23a27a962de1 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;