egcs internal error

Alexandre Oliva oliva@dcc.unicamp.br
Sat Jul 31 23:33:00 GMT 1999


On Jul  9, 1999, Klaus Bergdolt <Klaus.Bergdolt@de.bosch.com> wrote:

> the attached file contains generated code that egcs doesn't compile.
> TextSeq.h:1066: Please submit a full bug report to `egcs-bugs@cygnus.com'.

Yup, known problem.  Your program uses `__sz' as a parameter of a
member function, but names starting with underscores are reserved for
compilers to use, and this particular name gets egcs (and the upcoming 
gcc 2.95) confused.  You'd better stop using them :-)

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them



More information about the Gcc-bugs mailing list