public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Tobias Burnus <tobias@codesourcery.com>
To: gcc-patches <gcc-patches@gcc.gnu.org>
Subject: [committed] c-family/c.opt (-Wopenmp): Add missing tailing '.'
Date: Fri, 24 Nov 2023 19:56:21 +0100	[thread overview]
Message-ID: <c7574843-ce81-4fdd-abf9-186640112a69@codesourcery.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

Committed as r14-5835-g6eb1507107dee3

Tobias
-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955

[-- Attachment #2: committed.diff --]
[-- Type: text/x-patch, Size: 815 bytes --]

commit 6eb1507107dee3e67e3a136e2917b93cdffba7c4
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Fri Nov 24 19:52:54 2023 +0100

    c-family/c.opt (-Wopenmp): Add missing tailing '.'
    
    gcc/c-family/ChangeLog:
    
            * c.opt (-Wopenmp): Add missing tailing '.'.
---
 gcc/c-family/c.opt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index c3d45a6ed96..a2c8cef62f9 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -1177,7 +1177,7 @@ Warn about potentially suboptimal choices related to OpenACC parallelism.
 
 Wopenmp
 C ObjC C++ ObjC++ Warning Var(warn_openmp) Init(1)
-Warn about suspicious OpenMP code
+Warn about suspicious OpenMP code.
 
 Wopenmp-simd
 C C++ Var(warn_openmp_simd) Warning LangEnabledBy(C C++,Wall)

                 reply	other threads:[~2023-11-24 18:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c7574843-ce81-4fdd-abf9-186640112a69@codesourcery.com \
    --to=tobias@codesourcery.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).