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

Fix for 'wrong constant folding of assumed-rank array' #1010

Closed Sameeranjoshi closed 4 years ago

Sameeranjoshi commented 4 years ago

https://github.com/flang-compiler/f18/issues/990

Sameeranjoshi commented 4 years ago

@sscalpone can you please merge the PR, the CI issue (https://github.com/flang-compiler/f18/issues/1042) is fixed as well?

sscalpone commented 4 years ago

@Sameeranjoshi Please update the commit message with any important content from the discussion and squash the commits.

Sameeranjoshi commented 4 years ago

rebased on top of master and squashed.Thanks

sscalpone commented 4 years ago

I am seeing a test regression: 223 - select-rank.f90 (Failed)

Sameeranjoshi commented 4 years ago

@sscalpone I see all tests passing on drone.ci Also there shouldn't be any select-rank.f90 file for this PR. Can you point where and which test is failing?