public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/47327] New: Documentation: Link to GCC Errors and Warnings options broken
@ 2011-01-17 10:13 thenlich at users dot sourceforge.net
  2011-01-17 11:34 ` [Bug fortran/47327] " redi at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: thenlich at users dot sourceforge.net @ 2011-01-17 10:13 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47327

           Summary: Documentation: Link to GCC Errors and Warnings options
                    broken
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: thenlich@users.sourceforge.net


The GNU Fortran page (2.4 Options to request or suppress errors and warnings)
http://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html contains
a link to (Options to Request or Suppress Errors and Warnings) leading to
http://gcc.gnu.org/onlinedocs/gcc/Error-and-Warning-Options.html#Error-and-Warning-Options
but this page does not exist.


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

* [Bug fortran/47327] Documentation: Link to GCC Errors and Warnings options broken
  2011-01-17 10:13 [Bug fortran/47327] New: Documentation: Link to GCC Errors and Warnings options broken thenlich at users dot sourceforge.net
@ 2011-01-17 11:34 ` redi at gcc dot gnu.org
  2011-01-17 13:01 ` burnus at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2011-01-17 11:34 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47327

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.01.17 11:29:47
     Ever Confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-01-17 11:29:47 UTC ---
should probably be http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html


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

* [Bug fortran/47327] Documentation: Link to GCC Errors and Warnings options broken
  2011-01-17 10:13 [Bug fortran/47327] New: Documentation: Link to GCC Errors and Warnings options broken thenlich at users dot sourceforge.net
  2011-01-17 11:34 ` [Bug fortran/47327] " redi at gcc dot gnu.org
@ 2011-01-17 13:01 ` burnus at gcc dot gnu.org
  2011-01-17 19:59 ` burnus at gcc dot gnu.org
  2011-01-17 19:59 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-01-17 13:01 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47327

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-17 12:37:18 UTC ---
Lightly tested patch:

--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -865,7 +865,7 @@ off via @option{-Wno-align-commons}. See also
@option{-falign-commons}.
 Turns all warnings into errors.
 @end table

-@xref{Error and Warning Options,,Options to Request or Suppress Errors and
+@xref{Warning Options,,Options to Request or Suppress Errors and
 Warnings, gcc,Using the GNU Compiler Collection (GCC)}, for information on
 more options offered by the GBE shared by @command{gfortran}, @command{gcc}
 and other GNU compilers.


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

* [Bug fortran/47327] Documentation: Link to GCC Errors and Warnings options broken
  2011-01-17 10:13 [Bug fortran/47327] New: Documentation: Link to GCC Errors and Warnings options broken thenlich at users dot sourceforge.net
  2011-01-17 11:34 ` [Bug fortran/47327] " redi at gcc dot gnu.org
  2011-01-17 13:01 ` burnus at gcc dot gnu.org
@ 2011-01-17 19:59 ` burnus at gcc dot gnu.org
  2011-01-17 19:59 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-01-17 19:59 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47327

Tobias Burnus <burnus at gcc dot gnu.org> changed:

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

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-17 19:18:08 UTC ---
FIXED. Thank you for the report!


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

* [Bug fortran/47327] Documentation: Link to GCC Errors and Warnings options broken
  2011-01-17 10:13 [Bug fortran/47327] New: Documentation: Link to GCC Errors and Warnings options broken thenlich at users dot sourceforge.net
                   ` (2 preceding siblings ...)
  2011-01-17 19:59 ` burnus at gcc dot gnu.org
@ 2011-01-17 19:59 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-01-17 19:59 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47327

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-17 19:16:29 UTC ---
Author: burnus
Date: Mon Jan 17 19:16:27 2011
New Revision: 168932

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168932
Log:
2011-01-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47327
        * invoke.texi (Options to request or suppress errors
        and warnings): Fix cross link.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/invoke.texi


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

end of thread, other threads:[~2011-01-17 19:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-17 10:13 [Bug fortran/47327] New: Documentation: Link to GCC Errors and Warnings options broken thenlich at users dot sourceforge.net
2011-01-17 11:34 ` [Bug fortran/47327] " redi at gcc dot gnu.org
2011-01-17 13:01 ` burnus at gcc dot gnu.org
2011-01-17 19:59 ` burnus at gcc dot gnu.org
2011-01-17 19:59 ` burnus 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).