This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11972] [3.4 regression] problem finding nested types in templates
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2003 22:21:28 -0000
- Subject: [Bug c++/11972] [3.4 regression] problem finding nested types in templates
- References: <20030818211357.11972.poschmid@lbl.gov>
- 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=11972
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-18 22:21 -------
>From Phil's regression hunter: Search converges between 2002-12-27-trunk (#177) and 2002-
12-28-trunk (#178).
Looks like the new parse caused this.
Adding the typename gives a different date: Search converges between 2003-01-29-trunk (#208)
and 2003-01-30-trunk (#209).
If I just add a template I get the first date, If I add both a typename and a template I get the second
date.