This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Internal compiler error
- To: egnor at eggnog dot xyzfind dot com
- Subject: Re: Internal compiler error
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Sat, 23 Oct 1999 13:06:35 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <19991019010455.2541C2E805@eggnog.xyzfind.com>
> Following the directions in http://egcs.cygnus.com/faq.html#bugreport ...
Thanks for your bug report. The mainline compiler says
form.cpp:129: sorry, not implemented: `record_type' not supported by dump_expr
form.cpp: In method `xyz::text xyz::form::query::get_xml () const':
form.cpp:129: invalid use of template `template <class _Tp, class _Sequence = {expression error}> class stack' as expression
so it now detects the error in your code. The "sorry" message is still
not right; what it meant to say is
form.cpp:129: invalid use of template `template <class _Tp, class _Sequence = deque<_Tp> >' as expression
Regards,
Martin