internal error 364
Tudor Hulubei
tudor@cs.unh.edu
Fri Dec 5 14:32:00 GMT 1997
Hi,
The following program generates an internal error with the 971127
snapshot:
#include <vector>
int
main()
{
int i;
vector<int&> v;
v.push_back(i);
return 0;
}
/home/tudor/usr/include/g++/stl_vector.h: In method `void vector<int &,__default_alloc_template<false,0> >::push_back(int &const &)':
/home/tudor/usr/include/g++/stl_vector.h:146: Internal compiler error 364.
/home/tudor/usr/include/g++/stl_vector.h:146: Please submit a full bug report to `egcs-bugs@cygnus.com'.
Is this a known problem?
Thanks,
Tudor
More information about the Gcc-bugs
mailing list