public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/110595] New: Documentation: typo in the docs for -Wmissing-include-dirs
@ 2023-07-08  8:00 gennaro.prota+gccbugzilla at gmail dot com
  2023-07-08  9:24 ` [Bug c++/110595] " cvs-commit at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: gennaro.prota+gccbugzilla at gmail dot com @ 2023-07-08  8:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595

            Bug ID: 110595
           Summary: Documentation: typo in the docs for
                    -Wmissing-include-dirs
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gennaro.prota+gccbugzilla at gmail dot com
  Target Milestone: ---

From the manual
(<https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Warning-Options.html>):

  -Wmissing-include-dirs (C, C++, Objective-C, Objective-C++ and Fortran only)

      Warn if a user-supplied include directory does not exist. This opions is
      disabled by default for C, C++, Objective-C and Objective-C++.

Note the typo "opions" (missing 't' and extra 's').

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/110595] Documentation: typo in the docs for -Wmissing-include-dirs
  2023-07-08  8:00 [Bug c++/110595] New: Documentation: typo in the docs for -Wmissing-include-dirs gennaro.prota+gccbugzilla at gmail dot com
@ 2023-07-08  9:24 ` cvs-commit at gcc dot gnu.org
  2023-07-08  9:26 ` [Bug fortran/110595] " redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-07-08  9:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <redi@gcc.gnu.org>:

https://gcc.gnu.org/g:72cfa0f799f3a695cc7b6d0c10a27a27fa087c26

commit r14-2391-g72cfa0f799f3a695cc7b6d0c10a27a27fa087c26
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Sat Jul 8 10:22:29 2023 +0100

    doc: Fix typos in Warning Options [PR110596]

    gcc/ChangeLog:

            PR c++/110595
            PR c++/110596
            * doc/invoke.texi (Warning Options): Fix typos.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/110595] Documentation: typo in the docs for -Wmissing-include-dirs
  2023-07-08  8:00 [Bug c++/110595] New: Documentation: typo in the docs for -Wmissing-include-dirs gennaro.prota+gccbugzilla at gmail dot com
  2023-07-08  9:24 ` [Bug c++/110595] " cvs-commit at gcc dot gnu.org
@ 2023-07-08  9:26 ` redi at gcc dot gnu.org
  2023-07-08  9:29 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2023-07-08  9:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |fortran
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
            Version|unknown                     |14.0
   Last reconfirmed|                            |2023-07-08

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I've fixed that, but the rest of the sentence has poor grammar, and the options
should be marked up with @option:

"For Fortran, it is partially enabled by default by warning for -I and -J,
only."

Reassigning to fortran.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/110595] Documentation: typo in the docs for -Wmissing-include-dirs
  2023-07-08  8:00 [Bug c++/110595] New: Documentation: typo in the docs for -Wmissing-include-dirs gennaro.prota+gccbugzilla at gmail dot com
  2023-07-08  9:24 ` [Bug c++/110595] " cvs-commit at gcc dot gnu.org
  2023-07-08  9:26 ` [Bug fortran/110595] " redi at gcc dot gnu.org
@ 2023-07-08  9:29 ` redi at gcc dot gnu.org
  2023-07-08  9:31 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2023-07-08  9:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I think this would be better, but a fortran maintainer should confirm that:

For Fortran, it is partially enabled by default, only warning for @option{-I}
and @option{-J}."

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/110595] Documentation: typo in the docs for -Wmissing-include-dirs
  2023-07-08  8:00 [Bug c++/110595] New: Documentation: typo in the docs for -Wmissing-include-dirs gennaro.prota+gccbugzilla at gmail dot com
                   ` (2 preceding siblings ...)
  2023-07-08  9:29 ` redi at gcc dot gnu.org
@ 2023-07-08  9:31 ` cvs-commit at gcc dot gnu.org
  2023-07-08  9:33 ` cvs-commit at gcc dot gnu.org
  2023-08-27 18:46 ` anlauf at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-07-08  9:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Jonathan Wakely
<redi@gcc.gnu.org>:

https://gcc.gnu.org/g:238944752e20d7714352152cb26a08fb26aea831

commit r13-7549-g238944752e20d7714352152cb26a08fb26aea831
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Sat Jul 8 10:22:29 2023 +0100

    doc: Fix typo in Warning Options [PR110595]

    gcc/ChangeLog:

            PR c++/110595
            * doc/invoke.texi (Warning Options): Fix typo.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/110595] Documentation: typo in the docs for -Wmissing-include-dirs
  2023-07-08  8:00 [Bug c++/110595] New: Documentation: typo in the docs for -Wmissing-include-dirs gennaro.prota+gccbugzilla at gmail dot com
                   ` (3 preceding siblings ...)
  2023-07-08  9:31 ` cvs-commit at gcc dot gnu.org
@ 2023-07-08  9:33 ` cvs-commit at gcc dot gnu.org
  2023-08-27 18:46 ` anlauf at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-07-08  9:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Jonathan Wakely
<redi@gcc.gnu.org>:

https://gcc.gnu.org/g:45aab94325eb4b44547c38ac0090eeacc723c589

commit r12-9761-g45aab94325eb4b44547c38ac0090eeacc723c589
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Sat Jul 8 10:22:29 2023 +0100

    doc: Fix typo in Warning Options [PR110595]

    gcc/ChangeLog:

            PR c++/110595
            * doc/invoke.texi (Warning Options): Fix typo.

    (cherry picked from commit 238944752e20d7714352152cb26a08fb26aea831)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/110595] Documentation: typo in the docs for -Wmissing-include-dirs
  2023-07-08  8:00 [Bug c++/110595] New: Documentation: typo in the docs for -Wmissing-include-dirs gennaro.prota+gccbugzilla at gmail dot com
                   ` (4 preceding siblings ...)
  2023-07-08  9:33 ` cvs-commit at gcc dot gnu.org
@ 2023-08-27 18:46 ` anlauf at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: anlauf at gcc dot gnu.org @ 2023-08-27 18:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #6 from anlauf at gcc dot gnu.org ---
Fixed.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-27 18:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-08  8:00 [Bug c++/110595] New: Documentation: typo in the docs for -Wmissing-include-dirs gennaro.prota+gccbugzilla at gmail dot com
2023-07-08  9:24 ` [Bug c++/110595] " cvs-commit at gcc dot gnu.org
2023-07-08  9:26 ` [Bug fortran/110595] " redi at gcc dot gnu.org
2023-07-08  9:29 ` redi at gcc dot gnu.org
2023-07-08  9:31 ` cvs-commit at gcc dot gnu.org
2023-07-08  9:33 ` cvs-commit at gcc dot gnu.org
2023-08-27 18:46 ` anlauf at gcc dot gnu.org

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