This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Leftover real25647.x and static25647.x in testsuite/gfortran directory?


Hello!

After one runs the testsuite, there are a couple of leftover .x files in the
testsuite/gfortran directory: real25647.x and static25647.x. Does anyone have any
idea what's creating those?

Judging by the timestamps, they're created by different programs, roughly 1/3 and
2/3rds of the way through the testsuite, respectively.

These are leftover executables of feature tests from gcc/testsuite/lib/target-supports.exp. These two particular files are from

proc check_effective_target_static_libgfortran { }

and

proc check_effective_target_fortran_large_real { }

Somewhere a directive to clean executable should be added:

remote_file build delete $exe

Please note that some other fortran checks (such as proc
check_effective_target_fortran_large_int { }) also fail to clean their
executables.

Uros.


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