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]

Internal error 364 in egcs.


During development I received an internal compiler error 364. The
following is a transcript from the compilation.

[root@bacchus Testdev]# make
egcs -c  -g -o neuron.o neuron.cc
/usr/include/g++/stl_vector.h: In method `void vector<synapse
&,__default_alloc_template<true,0> >::resize(unsigned int)':
/usr/include/g++/stl_vector.h:209: warning: initializing non-const
`synapse &' with `int' will use a temporary
/usr/include/g++/stl_vector.h:209: warning: initialization of non-const
reference `class synapse &' from rvalue `synapse'
/usr/include/g++/stl_algobase.h: In function `class synapse & *
__copy_d<synapse &const *, synapse & *, int>(class synapse &const *,
class synapse &const *, class synapse & *, int *)':
/usr/include/g++/stl_algobase.h:122: Internal compiler error 364.
/usr/include/g++/stl_algobase.h:122: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
make: *** [neuron.o] Error 1


egcs -v gives the following output:

[root@bacchus Testdev]# egcs -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.27/specs
gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)

I'm using a Redhat 5.1 system with all rpm-patches applied.

Attaching the Sourcecode. Type 'make' to reproduce the error.

--- Mikael Rosbacke

rosbacke@nada.kth.se

egcs-bug.tar.gz


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