[Bug c++/11972] [3.4 regression] problem finding nested types in templates

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Aug 18 22:21:00 GMT 2003


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.



More information about the Gcc-bugs mailing list