Bug in egcs?

Jani Hakala jahakala@cc.jyu.fi
Mon Dec 15 16:57:00 GMT 1997


hjl@lucon.org (H.J. Lu) writes:

> > -----8< Code snippet follows -----8<-----8<-----8<-----8<-----8<
> > #include <string.h>
> > 
> > class SomeClass_t {
> > public:
> >   //  SomeClass_t () : x (11) {}
...
> 
> I have no problem to compile it with egcs 1.0 on Linux/x86.
> 
I had when I uncommented line containing '//  SomeClass_t () : x (11) {}'

pingviini:~> g++ -Wall test.cpp
test.cpp:13: sorry, not implemented: `try_catch_expr' not supported by dump_expr
test.cpp:26: sorry, not implemented: initializer contains unrecognized tree code

pingviini:~> gcc -v
Reading specs from
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.02/specs
gcc version egcs-2.91.02 971206 (gcc-2.8.0)



More information about the Gcc mailing list