This is the mail archive of the gcc@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]

Re: Bug in egcs-2.91.60


On Mon, 19 Apr 1999, Carlo Wood wrote:

> ios_tst.cc: In function `typename TYPE::manip_data_ct * get_manip_data(class ostream &, const TYPE &)':
> ios_tst.cc:20: parse error before `::'
> ios_tst.cc:23: parse error before `::'
> ios_tst.cc:26: parse error before `::'
> ios_tst.cc:28: confused by earlier errors, bailing out

Confirmed, same problem with egcs-1.1.2:

tahallah[alex]:/home/alex/src/test > g++ -v
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
tahallah[alex]:/home/alex/src/test > g++ ios_tst.cpp -o ios_tst
ios_tst.cpp: In function `typename TYPE::manip_data_ct *
get_manip_data(class ostream &, const TYPE &)':
ios_tst.cpp:21: parse error before `::'
ios_tst.cpp:24: parse error before `::'
ios_tst.cpp:27: parse error before `::'
ios_tst.cpp:29: confused by earlier errors, bailing out

Cheers, 
Alex 
-- 
"A mind opened by new ideas can never return to its original limits"

http://www.tahallah.demon.co.uk



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