This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: ICE in c++
> I can't see what's causing this one...!
Thanks for your bug report. The mainline compiler (2.96 20000607
(experimental)) reports
XSpecAuto-2.cc:25: size of member `m_data' is not constant
XSpecAuto-2.cc:26: size of member `m_minCh' is not constant
XSpecAuto-2.cc:27: size of member `m_maxCh' is not constant
XSpecAuto-2.cc: In method `void CXScriptProg::execXSpec ()':
XSpecAuto-2.cc:126: `FILE' undeclared (first use this function)
[many more errors]
so the bug appears to be fixed.
Regards,
Martin