public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4562] c++: comment
@ 2022-12-08 18:32 Jason Merrill
  0 siblings, 0 replies; only message in thread
From: Jason Merrill @ 2022-12-08 18:32 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3da5ae7a347b7d74765053f4a08eaf7ec58f8735

commit r13-4562-g3da5ae7a347b7d74765053f4a08eaf7ec58f8735
Author: Jason Merrill <jason@redhat.com>
Date:   Tue Dec 6 09:51:33 2022 -0500

    c++: comment
    
    gcc/cp/ChangeLog:
    
            * constexpr.cc (maybe_constant_value): Add default arg comments.

Diff:
---
 gcc/cp/constexpr.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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<tree, tree> *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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-08 18:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08 18:32 [gcc r13-4562] c++: comment Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).