From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id 3DE7E385740D; Thu, 16 Jun 2022 19:48:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3DE7E385740D MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jason Merrill To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-1141] flags: add comment X-Act-Checkin: gcc X-Git-Author: Jason Merrill X-Git-Refname: refs/heads/master X-Git-Oldrev: b2aaa44d2c9c0e5a31688a6e40a7b132dd03338a X-Git-Newrev: d89e64d4cbf5a4c3b8de120257da68944f31e759 Message-Id: <20220616194844.3DE7E385740D@sourceware.org> Date: Thu, 16 Jun 2022 19:48:44 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2022 19:48:44 -0000 https://gcc.gnu.org/g:d89e64d4cbf5a4c3b8de120257da68944f31e759 commit r13-1141-gd89e64d4cbf5a4c3b8de120257da68944f31e759 Author: Jason Merrill 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 */