On 02/11/2017 03:02 PM, Alessandro Fanfarillo wrote:
Dear all,
please find in attachment a new patch following the discussion at
https://gcc.gnu.org/ml/fortran/2017-01/msg00054.html.
Suggestions on how to fix potential issues are more than welcome.
Regards,
Alessandro
On the failed images test:
program test_image_status
+ implicit none
+
+ write(*,*) image_status(1)
+
Write to a string and test the results.
I assume you have regression tested this again as stated in the earlier
discussion.
I think this is OK to go in.
Jerry