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]

Re: Internal compilier error 980711


On Jul 16, 1999, micah.russo@natinst.com wrote:

> Ack, sorry about the omission.  The precompiled source code
> (produced by the -E flag on g++) is attached to this email (I
> deleted A LOT of whitespace

Please don't.  This may screw up line counting.

I couldn't reproduce the error you report, using the very same release
of egcs.  Are you sure that's the one you're using?  With the
preprocessed code you posted, I get:

oliva@cacau.lsd.dcc.unicamp.br% /usr/bin/g++ ~/log.ii
In file included from /home/mrusso/stlport-3.2/stlport/vector:27,
                 from cfbytearray.h:1,
                 from /home/phd/oliva/log.ii:5:
/usr/include/g++-2/stl_vector.h:2: parse error before `>'
/usr/include/g++-2/stl_vector.h:6: syntax error before `*'
/usr/include/g++-2/stl_vector.h:7: syntax error before `*'
/usr/include/g++-2/stl_vector.h:8: syntax error before `*'
/usr/include/g++-2/stl_vector.h:9: syntax error before `*'
/usr/include/g++-2/stl_vector.h:10: syntax error before `&'
/usr/include/g++-2/stl_vector.h:11: syntax error before `&'
/usr/include/g++-2/stl_vector.h:12: confused by earlier errors, bailing out
oliva@cacau.lsd.dcc.unicamp.br% /usr/bin/g++ -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

-- 
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


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