[flang] Update Extensions.md

Add note about type parameter declarations needing to come first in a derived type definition.

Original-commit: flang-compiler/f18@01358ac86e
Reviewed-on: https://github.com/flang-compiler/f18/pull/619
This commit is contained in:
Peter Klausler 2019-08-02 15:42:54 -07:00 committed by GitHub
parent b40ee46b00
commit f23a18c996
1 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,9 @@ Extensions and legacy features deliberately not supported
multiple modules, the name must refer to a generic interface; PGI
allows a name to be a procedure from one module and a generic interface
from another.
* Type parameter declarations must come first in a derived type definition;
some compilers allow them to follow `PRIVATE`, or be intermixed with the
component declarations.
Preprocessing behavior
======================