[patch, gfortran.dg] Make namelist_15.f90 use legal namelist file.

Jerry DeLisle jvdelisle@verizon.net
Sat Oct 6 15:31:00 GMT 2007


Hi,

I plan to commit the attached patch if no objections.  The namelist file used 
for the test has illegal object specifiers.  Only one non-zero rank specifier is 
permitted.  Also the standard requires that substring specifiers be complete, 
meaning one of the three forms:

   (j:j)
   (:j)
   (j:)

This revised test case now passes all compilers we tested, xlf, sun, ifort, g95, 
gfortran.  (I also removed some leftover debug code and re-enabled the abort)

Thanks to Dominique for pointing this out and assisting with testing.

Regards,

Jerry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: revised.diff
Type: text/x-patch
Size: 1493 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20071006/8cf9dcbc/attachment.bin>


More information about the Fortran mailing list