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]

Compiler error report: error 980521


b::b(map<string,C*> e1,  map<string,C*> e2) {
  string p=this->getP();

   map<string,C*> ::iterator c1=e1->begin();
   map<string,C*> ::iterator c2=e2->begin();

  while(c1->first != p) {
   ++c1;
   ++c2;
  }
...


Compiler Message:
---------------
usr/include/g++/stl_algobase.h: In method `struct pair<const
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
>,CWarenpalette *> & pair<const
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
>,CWarenpalette *>::operator =(const struct pair<const
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
>,CWarenpalette *> &)':
/usr/include/g++/stl_algobase.h:112: Internal compiler error 980521.
/usr/include/g++/stl_algobase.h:112: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
/usr/include/g++/stl_algobase.h:112: See
<URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
make: *** [bestueckung.o] Error 1



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