To: J3 J3/26-182 From: Malcolm Cohen Subject: Mistakes in generic subprogram examples Date: 2026-June-17 1. Introduction The spacing, indentation, and capitalisation in notes 7 and 8 on page 387 are suboptimal, and could be improved. More importantly, RESULT(b) is missing the necessary ALLOCATABLE attribute, and the reference to MAX_RANK is missing the USE for ISO_FORTRAN_ENV. 2. Edits to 26-007r1 [387] 15.6.2.4 Generic subprogram, NOTE 7 and NOTE 8, Insert "USE ISO_FORTRAN_ENV" after "GENERIC FUNCTION fun...". Insert ", ALLOCATABLE" in the declaration of "b". Improve spacing, indentation, and capitalisation in those examples. Hyperlink RANK when it is the intrinsic function not the keyword. ===END===