This is the mail archive of the gcc-bugs@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: Internal compiler error


> 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

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