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: option to check that arguments to PACK conform?


Steve,
iresolve.c, we would have code of the form

gfc_resolve_reshape(....) {

if (boundscheck) {
Set up _gfortran_reshape_checking. } else {
Use current unchanged code _gfortran_reshape
}
}

I have the "else if" for the above regtesting right now; that is, a patch to check.c that tests the match between source and shape for constant shape source and constant shape. The submit message is a button press away :-)


Paul


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