public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/3765] member using declaration can't change access from public
       [not found] <20010722185600.3765.dbaron@fas.harvard.edu>
@ 2003-06-15  8:45 ` lerdsuwa@gcc.gnu.org
  2003-06-15  8:45 ` lerdsuwa@gcc.gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: lerdsuwa@gcc.gnu.org @ 2003-06-15  8:45 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


lerdsuwa@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned@gcc.gnu.org      |lerdsuwa@gcc.gnu.org
             Status|ASSIGNED                    |NEW


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

* [Bug c++/3765] member using declaration can't change access from public
       [not found] <20010722185600.3765.dbaron@fas.harvard.edu>
  2003-06-15  8:45 ` [Bug c++/3765] member using declaration can't change access from public lerdsuwa@gcc.gnu.org
@ 2003-06-15  8:45 ` lerdsuwa@gcc.gnu.org
  2003-06-15 13:40 ` lerdsuwa@gcc.gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: lerdsuwa@gcc.gnu.org @ 2003-06-15  8:45 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


lerdsuwa@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2003-05-12 00:00:00         |2003-06-15 08:45:25
               date|                            |


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

* [Bug c++/3765] member using declaration can't change access from public
       [not found] <20010722185600.3765.dbaron@fas.harvard.edu>
  2003-06-15  8:45 ` [Bug c++/3765] member using declaration can't change access from public lerdsuwa@gcc.gnu.org
  2003-06-15  8:45 ` lerdsuwa@gcc.gnu.org
@ 2003-06-15 13:40 ` lerdsuwa@gcc.gnu.org
  2003-06-16 13:49 ` lerdsuwa@gcc.gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: lerdsuwa@gcc.gnu.org @ 2003-06-15 13:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


lerdsuwa@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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

* [Bug c++/3765] member using declaration can't change access from public
       [not found] <20010722185600.3765.dbaron@fas.harvard.edu>
                   ` (2 preceding siblings ...)
  2003-06-15 13:40 ` lerdsuwa@gcc.gnu.org
@ 2003-06-16 13:49 ` lerdsuwa@gcc.gnu.org
  2003-06-16 13:49 ` lerdsuwa@gcc.gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: lerdsuwa@gcc.gnu.org @ 2003-06-16 13:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From lerdsuwa@gcc.gnu.org  2003-06-16 13:49 -------
Patch available:

  http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01742.html


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

* [Bug c++/3765] member using declaration can't change access from public
       [not found] <20010722185600.3765.dbaron@fas.harvard.edu>
                   ` (3 preceding siblings ...)
  2003-06-16 13:49 ` lerdsuwa@gcc.gnu.org
@ 2003-06-16 13:49 ` lerdsuwa@gcc.gnu.org
  2003-07-19 16:58 ` lerdsuwa at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: lerdsuwa@gcc.gnu.org @ 2003-06-16 13:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


lerdsuwa@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2003-06-15 08:45:25         |2003-06-16 13:49:08
               date|                            |


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

* [Bug c++/3765] member using declaration can't change access from public
       [not found] <20010722185600.3765.dbaron@fas.harvard.edu>
                   ` (4 preceding siblings ...)
  2003-06-16 13:49 ` lerdsuwa@gcc.gnu.org
@ 2003-07-19 16:58 ` lerdsuwa at gcc dot gnu dot org
  2003-08-23 13:02 ` cvs-commit at gcc dot gnu dot org
  2003-08-23 14:15 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-07-19 16:58 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-07-19 16:58 -------
Patch with revised ChangeLog:

  http://gcc.gnu.org/ml/gcc-patches/2003-07/msg01973.html


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

* [Bug c++/3765] member using declaration can't change access from public
       [not found] <20010722185600.3765.dbaron@fas.harvard.edu>
                   ` (5 preceding siblings ...)
  2003-07-19 16:58 ` lerdsuwa at gcc dot gnu dot org
@ 2003-08-23 13:02 ` cvs-commit at gcc dot gnu dot org
  2003-08-23 14:15 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-08-23 13:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-08-23 13:02 -------
Subject: Bug 3765

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	lerdsuwa@gcc.gnu.org	2003-08-23 13:02:17

Modified files:
	gcc/cp         : ChangeLog search.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/parse: access6.C 

Log message:
	PR c++/3765
	* search.c (dfs_access_in_type): Fix typo in comment.
	(dfs_accessible_queue_p): Likewise.
	(dfs_accessible_p): Only terminate when a friend is found.
	(accessible_p): Return immediately if access_in_type allows
	access.
	
	* g++.dg/parse/access6.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3619&r2=1.3620
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/search.c.diff?cvsroot=gcc&r1=1.278&r2=1.279
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2994&r2=1.2995
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/access6.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

* [Bug c++/3765] member using declaration can't change access from public
       [not found] <20010722185600.3765.dbaron@fas.harvard.edu>
                   ` (6 preceding siblings ...)
  2003-08-23 13:02 ` cvs-commit at gcc dot gnu dot org
@ 2003-08-23 14:15 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-23 14:15 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-23 14:15 -------
Fixed by the patch applied above.


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

end of thread, other threads:[~2003-08-23 14:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010722185600.3765.dbaron@fas.harvard.edu>
2003-06-15  8:45 ` [Bug c++/3765] member using declaration can't change access from public lerdsuwa@gcc.gnu.org
2003-06-15  8:45 ` lerdsuwa@gcc.gnu.org
2003-06-15 13:40 ` lerdsuwa@gcc.gnu.org
2003-06-16 13:49 ` lerdsuwa@gcc.gnu.org
2003-06-16 13:49 ` lerdsuwa@gcc.gnu.org
2003-07-19 16:58 ` lerdsuwa at gcc dot gnu dot org
2003-08-23 13:02 ` cvs-commit at gcc dot gnu dot org
2003-08-23 14:15 ` pinskia at gcc dot gnu dot 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).