flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
229 stars 48 forks source link

Checks for constraints C731 through C740 #1097

Closed psteinfeld closed 4 years ago

psteinfeld commented 4 years ago

In most cases, I just added the contraint names to the code and tests.

I implemented the following checks:

After implementing these checks, some tests had new errors unrelated to their original purpose, so I fixed them.