This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bug in egcs?
- To: egcs at cygnus dot com
- Subject: Re: Bug in egcs?
- From: Jani Hakala <jahakala at cc dot jyu dot fi>
- Date: 16 Dec 1997 02:57:15 +0200
- References: <m0xhiLn-0004ecC@ocean.lucon.org>
- Reply-To: egcs at cygnus dot com
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)