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: egcs 1.1.2 bug report


> basic_string<_CharT,_Traits,_Alloc>::_M_range_initialize(_InputIter,
> _InputIter)':
>    bug.C:16: Internal compiler error 980711.

Thanks for your bug report. gcc-2.95 19990529 reports

a.cc: In method `void basic_string<_CharT,_Traits,_Alloc>::_M_range_initialize(_InputIter, _InputIter)':
a.cc:21: ANSI C++ forbids declaration `iterator_traits' with no type
a.cc:21: template-id `iterator_traits<_InputIter>' used as a declarator
a.cc:21: parse error before `;'
a.cc:22: `_Iter_traits' is not a class or namespace
a.cc:22: `iterator_category' is not a class or namespace
a.cc:22: `_Iter_traits' fails to be a typedef or built in type
a.cc:22: ANSI C++ forbids declaration `_Category' with no type

so it seems the bug has been fixed.

Regards,
Martin


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