public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] c-family/c.opt (-Wopenmp): Add missing tailing '.'
@ 2023-11-24 18:56 Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2023-11-24 18:56 UTC (permalink / raw)
  To: gcc-patches

[-- 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)

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

only message in thread, other threads:[~2023-11-24 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-24 18:56 [committed] c-family/c.opt (-Wopenmp): Add missing tailing '.' Tobias Burnus

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).