public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/10108] tree checking ICE: expected var_decl, have error_mark in tsubst_decl
       [not found] <20030316142600.10108.nagano3@pop02.odn.ne.jp>
@ 2003-06-02  9:48 ` reichelt@gcc.gnu.org
  2003-06-27 13:06 ` ehrhardt at mathematik dot uni-ulm dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: reichelt@gcc.gnu.org @ 2003-06-02  9: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=10108


reichelt@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-06-02 09:39:36         |2003-06-02 09:48:29
               date|                            |


------- Additional Comments From reichelt@gcc.gnu.org  2003-06-02 09:48 -------
Here's an even shorter testcase (without inheritance):

----------------------------------------------------
template <typename> struct A
{
    template <typename> A(typename A::X) {}
};

A<void> a;
----------------------------------------------------




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/10108] tree checking ICE: expected var_decl, have error_mark in tsubst_decl
       [not found] <20030316142600.10108.nagano3@pop02.odn.ne.jp>
  2003-06-02  9:48 ` [Bug c++/10108] tree checking ICE: expected var_decl, have error_mark in tsubst_decl reichelt@gcc.gnu.org
@ 2003-06-27 13:06 ` ehrhardt at mathematik dot uni-ulm dot de
  2003-07-15 12:28 ` lerdsuwa at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ehrhardt at mathematik dot uni-ulm dot de @ 2003-06-27 13: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=10108


ehrhardt at mathematik dot uni-ulm dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlo at alinoe dot com


------- Additional Comments From ehrhardt at mathematik dot uni-ulm dot de  2003-06-27 13:06 -------
*** Bug 11348 has been marked as a duplicate of this bug. ***


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

* [Bug c++/10108] tree checking ICE: expected var_decl, have error_mark in tsubst_decl
       [not found] <20030316142600.10108.nagano3@pop02.odn.ne.jp>
  2003-06-02  9:48 ` [Bug c++/10108] tree checking ICE: expected var_decl, have error_mark in tsubst_decl reichelt@gcc.gnu.org
  2003-06-27 13:06 ` ehrhardt at mathematik dot uni-ulm dot de
@ 2003-07-15 12:28 ` lerdsuwa at gcc dot gnu dot org
  2003-07-15 15:28 ` cvs-commit 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-07-15 12:28 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=10108


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-07-15 12:28 -------
Patch in progress.


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

* [Bug c++/10108] tree checking ICE: expected var_decl, have error_mark in tsubst_decl
       [not found] <20030316142600.10108.nagano3@pop02.odn.ne.jp>
                   ` (2 preceding siblings ...)
  2003-07-15 12:28 ` lerdsuwa at gcc dot gnu dot org
@ 2003-07-15 15:28 ` cvs-commit at gcc dot gnu dot org
  2003-07-15 15:29 ` lerdsuwa at gcc dot gnu dot org
  2003-12-09 17:58 ` dhazeghi at yahoo dot com
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-15 15:28 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=10108



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-15 15:28 -------
Subject: Bug 10108

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	lerdsuwa@gcc.gnu.org	2003-07-15 15:28:38

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

Log message:
	PR c++/10108
	* pt.c (tsubst_decl) <TEMPLATE_DECL>: Add a check for
	error_mark_node.
	
	* g++.dg/template/crash7.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3523&r2=1.3524
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.726&r2=1.727
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2879&r2=1.2880
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/crash7.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

* [Bug c++/10108] tree checking ICE: expected var_decl, have error_mark in tsubst_decl
       [not found] <20030316142600.10108.nagano3@pop02.odn.ne.jp>
                   ` (3 preceding siblings ...)
  2003-07-15 15:28 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-15 15:29 ` lerdsuwa at gcc dot gnu dot org
  2003-12-09 17:58 ` dhazeghi at yahoo dot com
  5 siblings, 0 replies; 6+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-07-15 15:29 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=10108


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-07-15 15:29 -------
Fixed.


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

* [Bug c++/10108] tree checking ICE: expected var_decl, have error_mark in tsubst_decl
       [not found] <20030316142600.10108.nagano3@pop02.odn.ne.jp>
                   ` (4 preceding siblings ...)
  2003-07-15 15:29 ` lerdsuwa at gcc dot gnu dot org
@ 2003-12-09 17:58 ` dhazeghi at yahoo dot com
  5 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 17:58 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2003-12-09 17:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030316142600.10108.nagano3@pop02.odn.ne.jp>
2003-06-02  9:48 ` [Bug c++/10108] tree checking ICE: expected var_decl, have error_mark in tsubst_decl reichelt@gcc.gnu.org
2003-06-27 13:06 ` ehrhardt at mathematik dot uni-ulm dot de
2003-07-15 12:28 ` lerdsuwa at gcc dot gnu dot org
2003-07-15 15:28 ` cvs-commit at gcc dot gnu dot org
2003-07-15 15:29 ` lerdsuwa at gcc dot gnu dot org
2003-12-09 17:58 ` dhazeghi at yahoo dot com

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