On 05/13/2017 04:06 AM, Dominique d'Humières wrote: > Dear Jerry, > >> And the actual patch ... > > Are you sure this the right patch? It seems mostly applied on trunk. > > TIA > > Dominique > > PS I saw some ‘return 1;’ which should probably ‘return true;’ > >
When I moved the checks over from the other function that used 1's and 0's, I missed those. They should be false. I regression tested with fix and committed: M gcc/fortran/ChangeLog M gcc/fortran/io.c Committed r248008 Thanks for catch. Jerry