--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #10 from manu at gcc dot gnu dot org 2008-10-26 22:01 ---
It seems that the problem is cp_parser_template_id fails to parse Y as a
template-id because when it does a lookup it finds that Y is just a
non-template class and concludes that Y cannot be a template-id. This in
turn
--- Comment #9 from manu at gcc dot gnu dot org 2008-02-11 23:43 ---
(In reply to comment #8)
> This bug is present in gcc 3.4.3. Was ever fixed or forgotten forever?
[EMAIL PROTECTED]:~$ ~/132202/build/gcc/cc1plus --version
GNU C++ (GCC) version 4.3.0 20080209 (experimental) [trunk rev
--- Comment #8 from vlad dot sharanhovich at gmail dot com 2008-02-11
22:19 ---
This bug is present in gcc 3.4.3. Was ever fixed or forgotten forever?
--
vlad dot sharanhovich at gmail dot com changed:
What|Removed |Added
-