public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/7809] befriending inaccessible names
       [not found] <20020902064602.7809.bagnara@cs.unipr.it>
@ 2003-06-07 18:09 ` lerdsuwa@gcc.gnu.org
  2003-06-16 13:48 ` lerdsuwa@gcc.gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: lerdsuwa@gcc.gnu.org @ 2003-06-07 18:09 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=7809


lerdsuwa@gcc.gnu.org changed:

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


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

* [Bug c++/7809] befriending inaccessible names
       [not found] <20020902064602.7809.bagnara@cs.unipr.it>
  2003-06-07 18:09 ` [Bug c++/7809] befriending inaccessible names lerdsuwa@gcc.gnu.org
@ 2003-06-16 13:48 ` lerdsuwa@gcc.gnu.org
  2003-07-17 15:47 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: lerdsuwa@gcc.gnu.org @ 2003-06-16 13:48 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=7809



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

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


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

* [Bug c++/7809] befriending inaccessible names
       [not found] <20020902064602.7809.bagnara@cs.unipr.it>
  2003-06-07 18:09 ` [Bug c++/7809] befriending inaccessible names lerdsuwa@gcc.gnu.org
  2003-06-16 13:48 ` lerdsuwa@gcc.gnu.org
@ 2003-07-17 15:47 ` cvs-commit at gcc dot gnu dot org
  2003-07-17 18:06 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-17 15:47 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=7809



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-17 15:47 -------
Subject: Bug 7809

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	lerdsuwa@gcc.gnu.org	2003-07-17 15:47:40

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

Log message:
	PR c++/7809
	* friend.c (add_friend): Check access for member functions
	and templates.
	
	* g++.dg/parse/access3.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3532&r2=1.3533
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/friend.c.diff?cvsroot=gcc&r1=1.87&r2=1.88
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2889&r2=1.2890
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/access3.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

* [Bug c++/7809] befriending inaccessible names
       [not found] <20020902064602.7809.bagnara@cs.unipr.it>
                   ` (2 preceding siblings ...)
  2003-07-17 15:47 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-17 18:06 ` pinskia at physics dot uc dot edu
  2003-07-18 14:04 ` lerdsuwa at users dot sourceforge dot net
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-17 18:06 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=7809



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-17 18:05 -------
Kriang are you going to ask for inclusion for 3.3.2, or should this be closed?


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

* [Bug c++/7809] befriending inaccessible names
       [not found] <20020902064602.7809.bagnara@cs.unipr.it>
                   ` (3 preceding siblings ...)
  2003-07-17 18:06 ` pinskia at physics dot uc dot edu
@ 2003-07-18 14:04 ` lerdsuwa at users dot sourceforge dot net
  2003-07-18 14:10 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: lerdsuwa at users dot sourceforge dot net @ 2003-07-18 14:04 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=7809



------- Additional Comments From lerdsuwa at users dot sourceforge dot net  2003-07-18 14:04 -------
Subject: Re:  befriending inaccessible names

pinskia at physics dot uc dot edu wrote:

>PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7809
>
>
>
>------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-17 18:05 -------
>Kriang are you going to ask for inclusion for 3.3.2, or should this be closed?
>  
>
No, the internal infrastructure in 3.4 differs a lot from 3.3.  The 
handling of friend in 3.3 there isn't quite correct yet.  I have
already disable a piece of access checking code intentionally to
get around that problem.

--Kriang


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

* [Bug c++/7809] befriending inaccessible names
       [not found] <20020902064602.7809.bagnara@cs.unipr.it>
                   ` (4 preceding siblings ...)
  2003-07-18 14:04 ` lerdsuwa at users dot sourceforge dot net
@ 2003-07-18 14:10 ` pinskia at physics dot uc dot edu
  2005-02-10  0:35 ` pinskia at gcc dot gnu dot org
  2005-06-10 19:25 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-18 14:10 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=7809


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-18 14:10 -------
Fixed in the mainline (which will become 3.4) by the patch above.


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

* [Bug c++/7809] befriending inaccessible names
       [not found] <20020902064602.7809.bagnara@cs.unipr.it>
                   ` (5 preceding siblings ...)
  2003-07-18 14:10 ` pinskia at physics dot uc dot edu
@ 2005-02-10  0:35 ` pinskia at gcc dot gnu dot org
  2005-06-10 19:25 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-10  0:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-09 20:13 -------
*** Bug 19868 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcb314 at hotmail dot com


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


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

* [Bug c++/7809] befriending inaccessible names
       [not found] <20020902064602.7809.bagnara@cs.unipr.it>
                   ` (6 preceding siblings ...)
  2005-02-10  0:35 ` pinskia at gcc dot gnu dot org
@ 2005-06-10 19:25 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-10 19:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-10 19:24 -------
*** Bug 22009 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fjahanian at apple dot com


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


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

end of thread, other threads:[~2005-06-10 19:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020902064602.7809.bagnara@cs.unipr.it>
2003-06-07 18:09 ` [Bug c++/7809] befriending inaccessible names lerdsuwa@gcc.gnu.org
2003-06-16 13:48 ` lerdsuwa@gcc.gnu.org
2003-07-17 15:47 ` cvs-commit at gcc dot gnu dot org
2003-07-17 18:06 ` pinskia at physics dot uc dot edu
2003-07-18 14:04 ` lerdsuwa at users dot sourceforge dot net
2003-07-18 14:10 ` pinskia at physics dot uc dot edu
2005-02-10  0:35 ` pinskia at gcc dot gnu dot org
2005-06-10 19:25 ` 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).