This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
TODO: egcs-g++
- To: egcs at egcs dot cygnus dot com
- Subject: TODO: egcs-g++
- From: Ildar Mulyukov <ildar at faki-campus dot mipt dot ru>
- Date: Sat, 10 Apr 1999 08:29:33 +0400 (EEST)
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