This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bug report
- To: gcc-bugs at gcc dot gnu dot org
- Subject: bug report
- From: Volker Wysk <volker dot wysk at student dot uni-tuebingen dot de>
- Date: Sun, 13 Aug 2000 14:40:13 +0200 (MEST)
Hi.
gcc 2.95.2 reports a parse error at line 3 for this simple input file, using
"gcc" or "gcc -c" to compile it.
--------------------------------
template <typename T>
void foo(T x) {
T::item it;
}
--------------------------------
"gcc -v" says: "gcc version 2.95.2 19991024 (release)"
bye