flang-compiler / f18

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

Support windows where mkstemp and ftruncate doesn't exist #1069

Closed isuruf closed 4 years ago

isuruf commented 4 years ago

Fixes https://github.com/flang-compiler/f18/issues/1040

isuruf commented 4 years ago

Should I squash the commits now or after a review?

klausler commented 4 years ago

Should I squash the commits now or after a review?

Generally, it's best to squash after review, right before merging.

isuruf commented 4 years ago

Squashed and tests pass now.