------- Additional Comments From f dot demiralp at gmail dot com 2005-04-19 22:14 ------- Subject: RE: [4.1 Regression] internal compiler error: verify_stmts failed.
I updated gcc from the cvs repository today and I gave a try again. but I still have got no luck. I have got the same error. here is the version info of g++ I build today $ g++ -v Using built-in specs. Target: i686-pc-cygwin Configured with: /usr/cvs-src/gcc/configure --verbose --enable-languages=c,c++ --enable-nls - -without-included-gettext --with-system-zlib --enable-interpreter --enable-t hreads=posix --enable-sjlj-exceptions --disable-version-specific-runtime-lib s --disable-win32-registry Thread model: posix gcc version 4.1.0 20050419 (experimental) on the other hand I have tried to compile same file by the gcc that is distributes with cygwin, I works. the problem I report disappears. here is the version info of g++ that is distributed with cygwin. $ /bin/g++ -v Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysc onfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc,pasca l --enable-nls --without-included-gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads=posix --enable-java-gc=boehm --enable -sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-reg istry Thread model: posix gcc version 3.3.3 (cygwin special) I think I should not use experimental version of g++ with cygwin. thank you very much anyway -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21081