This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: TODO: egcs-g++
On Apr 10, 1999, Ildar Mulyukov <ildar@faki-campus.mipt.ru> wrote:
> But when I just started using egcs c++ I encountered 2 problems.
Nope, egcs did encounter 2 problems :-D
> struct _stru {
> int i;
> union {
> struct { int j0, j1; };
^ some variable name is missing here
> int j[2];
> }
^ struct and union declarations must be terminated with `;'
> };
> The worst thing is that TinySoft's VisualC++ eats it ok :-)
Send them a bug report then :-)
> 2. Compiling dos-formatted files (CR-LF instead of LF) invokes no problem
> except when one ends line with '\'. While CR comes straight after \
> compiler thinks it is special symbol and emits an error.
AFAIK, this is not supposed to work, but, if it works at all, it would
probably only work in MS-DOS like platforms. But I'm not sure about
that.
--
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Brasil
{oliva,Alexandre.Oliva}@dcc.unicamp.br aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists