Internal compiler error 364

Alexandre Oliva oliva@dcc.unicamp.br
Tue Sep 1 20:22:00 GMT 1998


Massimiliano Giorgi <s133102@studenti.ing.unipi.it> writes:

> typedef vector<Vertex&> VectorOfVertex;

> /usr/include/g++/stl_vector.h:146: Internal compiler error 364.
> /usr/include/g++/stl_vector.h:146: Please submit a full bug report to
> `egcs-bugs@cygnus.com'.

> the error is in line 10; it must be
> typedef vector<Vertex> VectorOfVertex;
> without the '&'

That's right.  egcs 1.1 will produce real error messages instead of an 
ICE.  Thanks for your report.

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil




More information about the Gcc-bugs mailing list