public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9810] Using-declaration for template functions does not work
       [not found] <20030222204600.9810.comer@pisem.net>
@ 2003-06-07 15:55 ` pinskia@physics.uc.edu
  2003-08-20 14:18 ` bangerth at dealii dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-07 15:55 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=9810


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-07 15:55:35
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-07 15:55 -------
still happens on the mainline (20030607).


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

* [Bug c++/9810] Using-declaration for template functions does not work
       [not found] <20030222204600.9810.comer@pisem.net>
  2003-06-07 15:55 ` [Bug c++/9810] Using-declaration for template functions does not work pinskia@physics.uc.edu
@ 2003-08-20 14:18 ` bangerth at dealii dot org
  2003-08-23 15:41 ` lerdsuwa at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bangerth at dealii dot org @ 2003-08-20 14:18 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=9810


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lerdsuwa at gcc dot gnu dot
                   |                            |org


------- Additional Comments From bangerth at dealii dot org  2003-08-20 14:18 -------
This is actually an access checking problem. Krian, you are the expert resident for 
this, so I add you to the CCs. 
 
W.


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

* [Bug c++/9810] Using-declaration for template functions does not work
       [not found] <20030222204600.9810.comer@pisem.net>
  2003-06-07 15:55 ` [Bug c++/9810] Using-declaration for template functions does not work pinskia@physics.uc.edu
  2003-08-20 14:18 ` bangerth at dealii dot org
@ 2003-08-23 15:41 ` lerdsuwa at gcc dot gnu dot org
  2003-10-25 17:38 ` lerdsuwa at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-08-23 15:41 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=9810


lerdsuwa at gcc dot gnu dot org changed:

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


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-08-23 15:41 -------
Will investigate.


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

* [Bug c++/9810] Using-declaration for template functions does not work
       [not found] <20030222204600.9810.comer@pisem.net>
                   ` (2 preceding siblings ...)
  2003-08-23 15:41 ` lerdsuwa at gcc dot gnu dot org
@ 2003-10-25 17:38 ` lerdsuwa at gcc dot gnu dot org
  2003-11-02 14:17 ` cvs-commit at gcc dot gnu dot org
  2003-11-02 14:19 ` lerdsuwa at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-10-25 17:38 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=9810


lerdsuwa at gcc dot gnu dot org changed:

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


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-10-25 15:12 -------
Patch in progress.


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

* [Bug c++/9810] Using-declaration for template functions does not work
       [not found] <20030222204600.9810.comer@pisem.net>
                   ` (3 preceding siblings ...)
  2003-10-25 17:38 ` lerdsuwa at gcc dot gnu dot org
@ 2003-11-02 14:17 ` cvs-commit at gcc dot gnu dot org
  2003-11-02 14:19 ` lerdsuwa at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-11-02 14:17 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=9810



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-11-02 14:17 -------
Subject: Bug 9810

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	lerdsuwa@gcc.gnu.org	2003-11-02 14:17:39

Modified files:
	gcc/cp         : ChangeLog call.c 
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/g++.old-deja/g++.other: access11.C 
Added files:
	gcc/testsuite/g++.dg/template: using8.C 

Log message:
	PR c++/9810
	* call.c (build_over_call): Check access using primary template
	if FN is a member function template.
	
	* g++.dg/template/using8.C: New test.
	* g++.old-deja/g++.other/access11.C: Adjust expected error location.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3747&r2=1.3748
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&r1=1.440&r2=1.441
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3165&r2=1.3166
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/using8.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/access11.C.diff?cvsroot=gcc&r1=1.2&r2=1.3


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

* [Bug c++/9810] Using-declaration for template functions does not work
       [not found] <20030222204600.9810.comer@pisem.net>
                   ` (4 preceding siblings ...)
  2003-11-02 14:17 ` cvs-commit at gcc dot gnu dot org
@ 2003-11-02 14:19 ` lerdsuwa at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-11-02 14:19 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=9810


lerdsuwa at gcc dot gnu dot org changed:

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


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-11-02 14:19 -------
Fixed in the mainline.


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

end of thread, other threads:[~2003-11-02 14:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030222204600.9810.comer@pisem.net>
2003-06-07 15:55 ` [Bug c++/9810] Using-declaration for template functions does not work pinskia@physics.uc.edu
2003-08-20 14:18 ` bangerth at dealii dot org
2003-08-23 15:41 ` lerdsuwa at gcc dot gnu dot org
2003-10-25 17:38 ` lerdsuwa at gcc dot gnu dot org
2003-11-02 14:17 ` cvs-commit at gcc dot gnu dot org
2003-11-02 14:19 ` lerdsuwa 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).