Why doesn't ADA testsuite use newly built gnatchop/gnatmake?

Eric Botcazou ebotcazou@libertysurf.fr
Thu Mar 4 20:00:00 GMT 2004


> Sigh.  Instead of fighting, let's just see if we can fix the issue.  The
> tests for the other language test the just-built compiler.  Can't we make
> the GNAT test suite to do the same?  It would seem that all that is
> necessary is to arrange to execute the compiler as /path/to/xgcc
> -B<whatever>.  If the path to the GNAT can be specified, this would seem
> to be fixable.

I think you should really run the Ada testsuite once :-)

The problem is not here (of course the newly built compiler is tested) but in 
the preparation phase, which uses the host gnatchop and gnatmake to setup 
the testing infrastructure.  According to the comment in run_all.sh, this is 
required.  Once this is done, the target gnatmake is used to run the tests.

-- 
Eric Botcazou



More information about the Gcc mailing list