public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/48680] New: -Weffc++ update description for 2nd and 3rd edition of Scott Meyers
@ 2011-04-19  7:59 bernhard.merkle at googlemail dot com
  2011-04-19  8:40 ` [Bug c++/48680] " redi at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bernhard.merkle at googlemail dot com @ 2011-04-19  7:59 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: -Weffc++ update description for 2nd and 3rd edition of
                    Scott Meyers
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bernhard.merkle@googlemail.com


option -Weffc++ still lists Item 11, 12, 14, 15 etc from the "Effective C++"
However there is now a 3rd edition of the book.

I would recommend to include the version of the "Effective C++" book into the
description, e.g. currently the Items above refer to the 2nd edition.


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

* [Bug c++/48680] -Weffc++ update description for 2nd and 3rd edition of Scott Meyers
  2011-04-19  7:59 [Bug c++/48680] New: -Weffc++ update description for 2nd and 3rd edition of Scott Meyers bernhard.merkle at googlemail dot com
@ 2011-04-19  8:40 ` redi at gcc dot gnu.org
  2012-01-05 17:02 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2011-04-19  8:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-04-19 08:39:57 UTC ---
I'd prefer to just update the docs to say it refers to the 2nd edition - I
consider -Weffc++ to be of questionable value anyway


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

* [Bug c++/48680] -Weffc++ update description for 2nd and 3rd edition of Scott Meyers
  2011-04-19  7:59 [Bug c++/48680] New: -Weffc++ update description for 2nd and 3rd edition of Scott Meyers bernhard.merkle at googlemail dot com
  2011-04-19  8:40 ` [Bug c++/48680] " redi at gcc dot gnu.org
@ 2012-01-05 17:02 ` redi at gcc dot gnu.org
  2012-02-06  0:38 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2012-01-05 17:02 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-01-05
         AssignedTo|unassigned at gcc dot       |redi at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-01-05 17:01:36 UTC ---
see also PR 16166 comment 3


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

* [Bug c++/48680] -Weffc++ update description for 2nd and 3rd edition of Scott Meyers
  2011-04-19  7:59 [Bug c++/48680] New: -Weffc++ update description for 2nd and 3rd edition of Scott Meyers bernhard.merkle at googlemail dot com
  2011-04-19  8:40 ` [Bug c++/48680] " redi at gcc dot gnu.org
  2012-01-05 17:02 ` redi at gcc dot gnu.org
@ 2012-02-06  0:38 ` redi at gcc dot gnu.org
  2012-02-06  1:06 ` redi at gcc dot gnu.org
  2012-02-06  1:10 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2012-02-06  0:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-06 00:38:05 UTC ---
patch submitted: http://gcc.gnu.org/ml/gcc-patches/2012-02/msg00218.html


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

* [Bug c++/48680] -Weffc++ update description for 2nd and 3rd edition of Scott Meyers
  2011-04-19  7:59 [Bug c++/48680] New: -Weffc++ update description for 2nd and 3rd edition of Scott Meyers bernhard.merkle at googlemail dot com
                   ` (2 preceding siblings ...)
  2012-02-06  0:38 ` redi at gcc dot gnu.org
@ 2012-02-06  1:06 ` redi at gcc dot gnu.org
  2012-02-06  1:10 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2012-02-06  1:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-06 01:06:10 UTC ---
Author: redi
Date: Mon Feb  6 01:06:06 2012
New Revision: 183926

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183926
Log:
    PR c++/48680
    * doc/invoke.texi (C++ Dialect Options): Use @option markup for
    -Weffc++ and specify guidelines come from second edition.

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


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

* [Bug c++/48680] -Weffc++ update description for 2nd and 3rd edition of Scott Meyers
  2011-04-19  7:59 [Bug c++/48680] New: -Weffc++ update description for 2nd and 3rd edition of Scott Meyers bernhard.merkle at googlemail dot com
                   ` (3 preceding siblings ...)
  2012-02-06  1:06 ` redi at gcc dot gnu.org
@ 2012-02-06  1:10 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2012-02-06  1:10 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.7.0

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-06 01:09:50 UTC ---
Docs updated to specify 2nd edition.


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

end of thread, other threads:[~2012-02-06  1:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-19  7:59 [Bug c++/48680] New: -Weffc++ update description for 2nd and 3rd edition of Scott Meyers bernhard.merkle at googlemail dot com
2011-04-19  8:40 ` [Bug c++/48680] " redi at gcc dot gnu.org
2012-01-05 17:02 ` redi at gcc dot gnu.org
2012-02-06  0:38 ` redi at gcc dot gnu.org
2012-02-06  1:06 ` redi at gcc dot gnu.org
2012-02-06  1:10 ` 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).