public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1141] flags: add comment
@ 2022-06-16 19:48 Jason Merrill
  0 siblings, 0 replies; only message in thread
From: Jason Merrill @ 2022-06-16 19:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d89e64d4cbf5a4c3b8de120257da68944f31e759

commit r13-1141-gd89e64d4cbf5a4c3b8de120257da68944f31e759
Author: Jason Merrill <jason@redhat.com>
Date:   Tue Jun 14 17:56:08 2022 -0400

    flags: add comment
    
    gcc/ChangeLog:
    
            * flags.h (issue_strict_overflow_warning): Comment #endif.

Diff:
---
 gcc/flags.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/flags.h b/gcc/flags.h
index 212e357a0fd..f679f006fff 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -112,6 +112,6 @@ extern class target_flag_state *this_target_flag_state;
 /* Whether to emit an overflow warning whose code is C.  */
 #define issue_strict_overflow_warning(c) (warn_strict_overflow >= (int) (c))
 
-#endif
+#endif /* ! in target library */
 
 #endif /* ! GCC_FLAGS_H */


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

only message in thread, other threads:[~2022-06-16 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16 19:48 [gcc r13-1141] flags: add 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).