On Sat, Apr 30, 2016 at 3:42 AM, Eric Botcazou <ebotca...@adacore.com> wrote: > Unlike the gnat.dg testsuite, the ACATS testsuite doesn't use the newly built > gnatmake/gnatbind/gnatlink tools, which is rather inconsistent. > > Fixed thusly, tested on x86_64-suse-linux, applied on the mainline. > > > 2016-04-30 Eric Botcazou <ebotca...@adacore.com> > > * gcc-interface/Make-lang.in (ACATSCMD): New variable. > (check-acats): Use it. > (check_acats_targets): Likewise. > > > 2016-04-30 Eric Botcazou <ebotca...@adacore.com> > > * ada/acats/run_acats: Rename into... > * ada/acats/run_acats.sh: ...this. Only export BASE variable. > * ada/acats/run_all.sh: Remove redundant test. > (target_run): Move around. > (target_gnatchop): Use newly built executable. > (target_gnatmake): Likewise. > Check that the compilation of impbit succeeds. > > -- > Eric Botcazou
Does this fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14435 -- H.J.