PR25746 - elemental subroutine dependency checking

Dominique Dhumieres dominiq@lps.ens.fr
Fri Apr 21 12:21:00 GMT 2006


Paul,

I think the line in the test case

   x(4:1:-1) = x((/1,3,2,4,5/))

should be

   x(4:1:-1) = x((/1,3,2,4/))

otherwise the left- and right-hand sides are not comformable
(it should also be detected as with xlf).

Dominique



More information about the Fortran mailing list