> For the acats tests most of the FAIL cases ar of the form: > violation of restriction "NO_IMPLICIT_DYNAMIC_CODE" at system.ads:44
This very likely means that the compiler is misconfigured. Try to replace "cygwin32" with "cygwin" in ada/gcc-interface/Makefile.in and rebuild the runtime (make all-target-libada). -- Eric Botcazou