This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Internal compiler error 980711
- To: randy at votehere dot net
- Subject: Re: Internal compiler error 980711
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 27 May 2000 18:32:12 +0200
- CC: bug-gcc at gnu dot org
- References: <39259162.65ACAA3C@votehere.net>
Thanks for your bug report. gcc-2.95.2 says
secshare.h: At top level:
secshare.h:88: syntax error before `;'
secshare.h:89: syntax error before `;'
secshare.cpp:33: syntax error before `('
secshare.cpp:36: syntax error before `::'
secshare.cpp: In method `void CryptoPP::ShareFork::Share(long unsigned int)':
secshare.cpp:69: `Polynomial' undeclared (first use this function)
secshare.cpp:69: (Each undeclared identifier is reported only once
secshare.cpp:69: for each function it appears in.)
[more errors]
so the bug appears to be fixed.
Regards,
Martin