This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]