This is an archive of the discontinued LLVM Phabricator instance.

[flang][parser] Diagnose an invalid space
ClosedPublic

Authored by klausler on Jan 27 2023, 9:41 AM.

Details

Summary

In free form, don't silently skip over an invalid space between
an underscore and a kind parameter.

Diff Detail

Event Timeline

klausler created this revision.Jan 27 2023, 9:41 AM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Jan 27 2023, 9:41 AM
PeteSteinfeld accepted this revision.Jan 27 2023, 10:51 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Jan 27 2023, 10:51 AM
This revision was automatically updated to reflect the committed changes.