public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14949] New: Need to document method visibility changes.
@ 2004-04-14  8:05 mattyt-bugzilla at tpg dot com dot au
  2004-04-14 11:19 ` [Bug c++/14949] " giovannibajo at libero dot it
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mattyt-bugzilla at tpg dot com dot au @ 2004-04-14  8:05 UTC (permalink / raw)
  To: gcc-bugs

GCC used to accept something like:

... &Class::method ...

in a subclass of Class, where the method was protected.  Now you need to write:

... &Subclass::method ...

This should be documented in the changes file.

-- 
           Summary: Need to document method visibility changes.
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mattyt-bugzilla at tpg dot com dot au
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/14949] Need to document method visibility changes.
  2004-04-14  8:05 [Bug c++/14949] New: Need to document method visibility changes mattyt-bugzilla at tpg dot com dot au
@ 2004-04-14 11:19 ` giovannibajo at libero dot it
  2004-04-14 11:56 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-04-14 11:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-04-14 10:07 -------
Matty, would you mind submitting a HTML patch for this? I understand we want to 
document as many as possibles of these changes, but we really do not have time 
right now. It could be great if you want it in time for 3.4.0. Thank you.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-14 10:07:56
               date|                            |


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


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

* [Bug c++/14949] Need to document method visibility changes.
  2004-04-14  8:05 [Bug c++/14949] New: Need to document method visibility changes mattyt-bugzilla at tpg dot com dot au
  2004-04-14 11:19 ` [Bug c++/14949] " giovannibajo at libero dot it
@ 2004-04-14 11:56 ` pinskia at gcc dot gnu dot org
  2004-05-26 12:29 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-14 11:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation
   Target Milestone|---                         |3.4.1


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


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

* [Bug c++/14949] Need to document method visibility changes.
  2004-04-14  8:05 [Bug c++/14949] New: Need to document method visibility changes mattyt-bugzilla at tpg dot com dot au
  2004-04-14 11:19 ` [Bug c++/14949] " giovannibajo at libero dot it
  2004-04-14 11:56 ` pinskia at gcc dot gnu dot org
@ 2004-05-26 12:29 ` pinskia at gcc dot gnu dot org
  2004-06-10 13:17 ` pinskia at gcc dot gnu dot org
  2004-06-11  0:11 ` giovannibajo at libero dot it
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 12:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-25 14:39 -------
I just noticed that this is the one for the documenation changes so I closed the other bug and assigned 
this to you.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |giovannibajo at libero dot
                   |dot org                     |it
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/14949] Need to document method visibility changes.
  2004-04-14  8:05 [Bug c++/14949] New: Need to document method visibility changes mattyt-bugzilla at tpg dot com dot au
                   ` (2 preceding siblings ...)
  2004-05-26 12:29 ` pinskia at gcc dot gnu dot org
@ 2004-06-10 13:17 ` pinskia at gcc dot gnu dot org
  2004-06-11  0:11 ` giovannibajo at libero dot it
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-10 13:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-10 13:17 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00610.html>.

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


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


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

* [Bug c++/14949] Need to document method visibility changes.
  2004-04-14  8:05 [Bug c++/14949] New: Need to document method visibility changes mattyt-bugzilla at tpg dot com dot au
                   ` (3 preceding siblings ...)
  2004-06-10 13:17 ` pinskia at gcc dot gnu dot org
@ 2004-06-11  0:11 ` giovannibajo at libero dot it
  4 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-06-11  0:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-06-11 00:11 -------
Patch committed, the change is now documented.

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


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


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

end of thread, other threads:[~2004-06-11  0:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-14  8:05 [Bug c++/14949] New: Need to document method visibility changes mattyt-bugzilla at tpg dot com dot au
2004-04-14 11:19 ` [Bug c++/14949] " giovannibajo at libero dot it
2004-04-14 11:56 ` pinskia at gcc dot gnu dot org
2004-05-26 12:29 ` pinskia at gcc dot gnu dot org
2004-06-10 13:17 ` pinskia at gcc dot gnu dot org
2004-06-11  0:11 ` giovannibajo at libero dot it

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