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

Do not emit a prefix for a default-kind character constant in AsFortran #1078

Closed klausler closed 4 years ago

sscalpone commented 4 years ago

Any reason besides making the output shorter & easier to read?

klausler commented 4 years ago

pgf90 can't handle numeric kind prefixes on character literals, and it made binding names difficult for Tim to use in error messages.