This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/20118] missing template<> causes werid errors
- 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: 21 Feb 2005 14:57:42 -0000
- Subject: [Bug c++/20118] missing template<> causes werid errors
- References: <20050221023756.20118.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-21 14:57 -------
Confirmed, note on the mainline we get only:
t.cc:4: error: too few template-parameter-lists
Which kinda makes sense but we have no template paramater lists in the source.
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |diagnostic
Last reconfirmed|0000-00-00 00:00:00 |2005-02-21 14:57:38
date| |
Summary|spurious error |missing template<> causes
| |werid errors
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20118