public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/2513] internal template template parameter causes ICE
       [not found] <20010409063601.2513.ariels@compugen.co.il>
@ 2003-08-23  1:33 ` dhazeghi at yahoo dot com
  2003-09-20 14:56 ` lerdsuwa at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  1:33 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=2513


dhazeghi at yahoo dot com changed:

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


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

* [Bug c++/2513] internal template template parameter causes ICE
       [not found] <20010409063601.2513.ariels@compugen.co.il>
  2003-08-23  1:33 ` [Bug c++/2513] internal template template parameter causes ICE dhazeghi at yahoo dot com
@ 2003-09-20 14:56 ` lerdsuwa at gcc dot gnu dot org
  2003-10-17 11:21 ` lerdsuwa at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-09-20 14:56 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=2513


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-09-20 11:52 -------
Will investigate.


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

* [Bug c++/2513] internal template template parameter causes ICE
       [not found] <20010409063601.2513.ariels@compugen.co.il>
  2003-08-23  1:33 ` [Bug c++/2513] internal template template parameter causes ICE dhazeghi at yahoo dot com
  2003-09-20 14:56 ` lerdsuwa at gcc dot gnu dot org
@ 2003-10-17 11:21 ` lerdsuwa at gcc dot gnu dot org
  2003-10-17 15:46 ` cvs-commit at gcc dot gnu dot org
  2003-10-17 15:47 ` lerdsuwa at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-10-17 11:21 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=2513


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-17 11:18 -------
Patch in progress.


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

* [Bug c++/2513] internal template template parameter causes ICE
       [not found] <20010409063601.2513.ariels@compugen.co.il>
                   ` (2 preceding siblings ...)
  2003-10-17 11:21 ` lerdsuwa at gcc dot gnu dot org
@ 2003-10-17 15:46 ` cvs-commit at gcc dot gnu dot org
  2003-10-17 15:47 ` lerdsuwa at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-10-17 15:46 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=2513



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-10-17 15:41 -------
Subject: Bug 2513

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	lerdsuwa@gcc.gnu.org	2003-10-17 15:41:46

Modified files:
	gcc/cp         : ChangeLog decl.c pt.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/template: typename5.C 

Log message:
	PR c++/2513
	* decl.c (make_typename_type): Use dependent_type_p.
	(make_unbound_class_template): Likewise.
	* pt.c (instantiate_class_template): Increment
	processing_template_decl during substitution of template friend
	function.  Preincrement processing_template_decl rather than
	postincrement.
	(get_mostly_instantiated_function_type): Increment
	processing_template_decl during partial substitution of function
	type.
	
	* g++.dg/template/typename5.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3731&r2=1.3732
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.1143&r2=1.1144
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.786&r2=1.787
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3128&r2=1.3129
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/typename5.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

* [Bug c++/2513] internal template template parameter causes ICE
       [not found] <20010409063601.2513.ariels@compugen.co.il>
                   ` (3 preceding siblings ...)
  2003-10-17 15:46 ` cvs-commit at gcc dot gnu dot org
@ 2003-10-17 15:47 ` lerdsuwa at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-10-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=2513


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-10-17 15:45 -------
Fixed in the mainline.


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

end of thread, other threads:[~2003-10-17 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010409063601.2513.ariels@compugen.co.il>
2003-08-23  1:33 ` [Bug c++/2513] internal template template parameter causes ICE dhazeghi at yahoo dot com
2003-09-20 14:56 ` lerdsuwa at gcc dot gnu dot org
2003-10-17 11:21 ` lerdsuwa at gcc dot gnu dot org
2003-10-17 15:46 ` cvs-commit at gcc dot gnu dot org
2003-10-17 15:47 ` 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).