Re: [Cegcc-devel] CeGCC Crash: internal compiler error: in maybe_emit_vtables, at cp/decl2.c:1548

2008-03-08 Thread Thomas Halva Labella
> I see that gcc 4.2.3 is out. Would it be a good idea to upgrade to > that ? What about 4.3? I read somewhere it has already support for the mingw32 target. It would probably ease the port, wouldn't it? Cheers, Halva - Thi

Re: [Cegcc-devel] CeGCC Crash: internal compiler error: in maybe_emit_vtables, at cp/decl2.c:1548

2008-03-04 Thread Thomas Halva Labella
Could the following links be of any help?http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27650http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01504.htmlhttp://gcc.gnu.org/ml/gcc-patches/2007-04/msg00087.htmlCheers,HalvaPedro Alves schrieb: A Thursday 28 February 2008 20:59:03, Danny Backx wrote:>> Does an

[Cegcc-devel] CeGCC Crash: internal compiler error: in maybe_emit_vtables, at cp/decl2.c:1548

2008-02-27 Thread Thomas Halva Labella
Hi!The following code crashes CeGCC (0.51.0) (mingw32ce version):#include class __declspec(dllimport) StreamChild : public std::ostringstream{public:    StreamChild() {};    virtual ~StreamChild() {};};int main() {    return 0;}Compile command and output are:arm-wince-mingw32ce-g++ -I"C:\Documents