This is the mail archive of the gcc@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]

TODO: egcs-g++


Unfortunately I do not participate egcs project - I don't have enough
experience and time :-(

But when I just started using egcs c++ I encountered 2 problems.

1. Take a look:
#line 5
struct _stru {
    int i;
    union {
        struct { int j0, j1; };
        int j[2];
    }
};

For the construction compiler answers:
test.cxx:9: anonymous class type not used to declare any objects
test.cxx:12: missing ';' before right brace

The worst thing is that TinySoft's VisualC++ eats it ok :-)

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.

Please inform me whether these will be fixed or not - my work depends of
this.

Thank you in advance
Ildar Mulyukov, student of DACR, MIPT (Moscow, Russia)
e-mail: ildar@faki-campus.mipt.ru, ICQ# 4334029



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