In a derived type definition, a type bound procedure declaration
statement with neither interface nor attributes is required by constraint
C768 to have the optional "::" between the PROCEDURE keyword and the
bindings if any binding has a renaming with "=>". The colons are
not actually necessary for a correct and unambiguous parse, so
emit a warning when they are missing.
Details
Details
- Reviewers
vdonaldson sscalpone - Commits
- rG7d147a326331: [flang] Warn on missing colons (C768)
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo