public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/48221] New: documentation for -Wno-cpp seems wrong
@ 2011-03-21 16:50 Denis.Excoffier at airbus dot com
  2011-03-21 17:30 ` [Bug other/48221] " redi at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Denis.Excoffier at airbus dot com @ 2011-03-21 16:50 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: documentation for -Wno-cpp seems wrong
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: Denis.Excoffier@airbus.com


Within GCC 4.6.0 RC 20110314.

Please revise the documentation for -Wno-cpp in invoke.texi:

- the gcc.info contains an empty string instead of `-Wno-cpp' (perhaps
generated by the backslash at the end of the corresponding line in invoke.texi)
- 3.1 Summary lists `-Wcpp' while 3.8 lists `-Wno-cpp', this is not consistent

Thank you.


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

* [Bug other/48221] documentation for -Wno-cpp seems wrong
  2011-03-21 16:50 [Bug other/48221] New: documentation for -Wno-cpp seems wrong Denis.Excoffier at airbus dot com
@ 2011-03-21 17:30 ` redi at gcc dot gnu.org
  2011-03-22 13:45 ` redi at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-21 17:30 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.03.21 16:56:07
     Ever Confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-21 16:56:07 UTC ---
Confirmed. Fixed by 

--- doc/invoke.texi.orig        2011-03-21 16:51:03.807891871 +0000
+++ doc/invoke.texi     2011-03-21 16:51:17.134973994 +0000
@@ -237,7 +237,7 @@
 -Wno-attributes -Wno-builtin-macro-redefined @gol
 -Wc++-compat -Wc++0x-compat -Wcast-align  -Wcast-qual  @gol
 -Wchar-subscripts -Wclobbered  -Wcomment @gol
--Wconversion  -Wcoverage-mismatch  -Wcpp  -Wno-deprecated  @gol
+-Wconversion  -Wcoverage-mismatch  -Wno-cpp  -Wno-deprecated  @gol
 -Wno-deprecated-declarations -Wdisabled-optimization  @gol
 -Wno-div-by-zero -Wdouble-promotion -Wempty-body  -Wenum-compare @gol
 -Wno-endif-labels -Werror  -Werror=* @gol
@@ -3036,7 +3036,7 @@
 comment, or whenever a Backslash-Newline appears in a @samp{//} comment.
 This warning is enabled by @option{-Wall}.

-@item -Wno-cpp \
+@item -Wno-cpp
 @r{(C, Objective-C, C++, Objective-C++ and Fortran only)}

 Suppress warning messages emitted by @code{#warning} directives.


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

* [Bug other/48221] documentation for -Wno-cpp seems wrong
  2011-03-21 16:50 [Bug other/48221] New: documentation for -Wno-cpp seems wrong Denis.Excoffier at airbus dot com
  2011-03-21 17:30 ` [Bug other/48221] " redi at gcc dot gnu.org
@ 2011-03-22 13:45 ` redi at gcc dot gnu.org
  2011-03-22 23:04 ` redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-22 13:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |redi at gcc dot gnu.org
                   |gnu.org                     |


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

* [Bug other/48221] documentation for -Wno-cpp seems wrong
  2011-03-21 16:50 [Bug other/48221] New: documentation for -Wno-cpp seems wrong Denis.Excoffier at airbus dot com
  2011-03-21 17:30 ` [Bug other/48221] " redi at gcc dot gnu.org
  2011-03-22 13:45 ` redi at gcc dot gnu.org
@ 2011-03-22 23:04 ` redi at gcc dot gnu.org
  2011-03-23 20:31 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-22 23:04 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-22 22:30:38 UTC ---
patch posted to http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01453.html


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

* [Bug other/48221] documentation for -Wno-cpp seems wrong
  2011-03-21 16:50 [Bug other/48221] New: documentation for -Wno-cpp seems wrong Denis.Excoffier at airbus dot com
                   ` (2 preceding siblings ...)
  2011-03-22 23:04 ` redi at gcc dot gnu.org
@ 2011-03-23 20:31 ` redi at gcc dot gnu.org
  2011-03-23 21:13 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-23 20:31 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-23 19:52:19 UTC ---
Author: redi
Date: Wed Mar 23 19:52:13 2011
New Revision: 171359

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171359
Log:
2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>

    PR other/48179
    PR other/48221
    PR other/48234
    * doc/extend.texi (Alignment): Move section to match order in TOC.
    * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
    (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/extend.texi
    trunk/gcc/doc/invoke.texi


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

* [Bug other/48221] documentation for -Wno-cpp seems wrong
  2011-03-21 16:50 [Bug other/48221] New: documentation for -Wno-cpp seems wrong Denis.Excoffier at airbus dot com
                   ` (3 preceding siblings ...)
  2011-03-23 20:31 ` redi at gcc dot gnu.org
@ 2011-03-23 21:13 ` redi at gcc dot gnu.org
  2011-03-27 20:45 ` redi at gcc dot gnu.org
  2011-03-27 22:01 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-23 21:13 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.1

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-23 20:26:40 UTC ---
fixed on trunk so far


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

* [Bug other/48221] documentation for -Wno-cpp seems wrong
  2011-03-21 16:50 [Bug other/48221] New: documentation for -Wno-cpp seems wrong Denis.Excoffier at airbus dot com
                   ` (4 preceding siblings ...)
  2011-03-23 21:13 ` redi at gcc dot gnu.org
@ 2011-03-27 20:45 ` redi at gcc dot gnu.org
  2011-03-27 22:01 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-27 20:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-27 20:08:40 UTC ---
Author: redi
Date: Sun Mar 27 20:08:35 2011
New Revision: 171581

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171581
Log:
2011-03-27  Jonathan Wakely  <jwakely.gcc@gmail.com>

    PR other/48179
    PR other/48221
    PR other/48234
    * doc/extend.texi (Alignment): Move section to match order in TOC.
    * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
    (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.


Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/doc/extend.texi
    branches/gcc-4_6-branch/gcc/doc/invoke.texi


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

* [Bug other/48221] documentation for -Wno-cpp seems wrong
  2011-03-21 16:50 [Bug other/48221] New: documentation for -Wno-cpp seems wrong Denis.Excoffier at airbus dot com
                   ` (5 preceding siblings ...)
  2011-03-27 20:45 ` redi at gcc dot gnu.org
@ 2011-03-27 22:01 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-27 22:01 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-27 21:08:25 UTC ---
fixed


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

end of thread, other threads:[~2011-03-27 21:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-21 16:50 [Bug other/48221] New: documentation for -Wno-cpp seems wrong Denis.Excoffier at airbus dot com
2011-03-21 17:30 ` [Bug other/48221] " redi at gcc dot gnu.org
2011-03-22 13:45 ` redi at gcc dot gnu.org
2011-03-22 23:04 ` redi at gcc dot gnu.org
2011-03-23 20:31 ` redi at gcc dot gnu.org
2011-03-23 21:13 ` redi at gcc dot gnu.org
2011-03-27 20:45 ` redi at gcc dot gnu.org
2011-03-27 22:01 ` redi 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).