This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]