[flang] Enable more usage of generics with forward-referenced specifics in specification parts
Earlier work allowed a specification expression to reference a generic function that was defined earlier, so long as the relevant specific procedure of the generic had been defined before the generic. This patch extends that work so that the generic can also be used in cases where the relevant specific procedure has been defined after the generic and before the reference. Differential Revision: https://reviews.llvm.org/D159034
parent
2fce8f74
Please register or sign in to comment