> Ada fails in stage1; the offender is gnatbind.exe. It crashes even if invoked with no command-line arguments. > Gdb provides the following information: > > > ( gdb) run > Starting program: C:\gcc401install\gccbuild\gcc\stage1/gnatbind.exe
>Program received signal SIGSEGV, > Segmentation fault. > 0x004034b7 in __gnat_install_SEH_handler (ER=0xffffffff) > at ../../gcc-4.0.1/gcc/ada/seh_init.c:219 > 219 ((int *)ER)[0] = (int)ptr; /* previous handler */ Known bug, fixed on trunk but not on 4.0 branch http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20226 Danny