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]

Re: Testsuite and Fortran


On Mon, 22 Jan 2001, Gerald Pfeifer wrote:
> I usually configure my tree without Fortran.

I realized that I haven't been clear enough!

The problem is that I configured *without* Fortran, and then the testsuite
used an old version of g77 in my path.

There are two bugs here, IMO:

 1. Frontends that have not been configured should not be tested by
    make check.

 2. Even *if* frontend that has not been configured is tested (either
    as a result of the first bug or explicitly), never ever should an
    installed version be used, just because it is in the path.

    Instead, an error message should be issued.

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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