> 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
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
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