This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11546] [3.3 Regression] Type lookup problems in out-of-line definition of a class doubly nested from a template class
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jul 2003 13:14:44 -0000
- Subject: [Bug c++/11546] [3.3 Regression] Type lookup problems in out-of-line definition of a class doubly nested from a template class
- References: <20030716130838.11546.fgccbz0@greynode.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11546
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |rejects-valid
Last reconfirmed|0000-00-00 00:00:00 |2003-07-16 13:14:43
date| |
Summary|Type lookup problems in out-|[3.3 Regression] Type lookup
|of-line definition of a |problems in out-of-line
|class doubly nested from a |definition of a class doubly
|template class |nested from a template class
Target Milestone|3.4 |3.3.1
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-16 13:14 -------
I can confirm this on 3.3.1 (20030707) but on the mainline (20030715) it is already fixed. 3.0.4
accepted the code while 3.2.3 ICEd on it. Could someone test a later version of 3.3.1?