This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18497] error in parsing function template
- 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: 15 Nov 2004 18:09:09 -0000
- Subject: [Bug c++/18497] error in parsing function template
- References: <20041115072126.18497.zhaojiangbin@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-15 18:09 -------
"c.f<T>();" is just a dup of bug 795 which was fixed by the new parser in 3.4.x.
Now we do have a bug in that we accept the code without <T> though.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18497