[flang] Fix minor nits with INCLUDE line recognition
authorPeter Klausler <pklausler@nvidia.com>
Mon, 17 Jul 2023 16:42:12 +0000 (09:42 -0700)
committerPeter Klausler <pklausler@nvidia.com>
Mon, 17 Jul 2023 19:58:26 +0000 (12:58 -0700)
commitd78701e51f7da8aafe3a3172be07624783034d31
treece1e31dee23f3d2fdbeea637982cc257d2383808
parent1b29a848ffa2d2c108de9e64de1d271e10db25f0
[flang] Fix minor nits with INCLUDE line recognition

Fix some problems with INCLUDE line recognition pointed out by some
recently-added tests to the LLVM test suite.

Differential Revision: https://reviews.llvm.org/D155497
flang/docs/Extensions.md
flang/lib/Parser/prescan.cpp
flang/test/Parser/Inputs/include-file [new file with mode: 0644]
flang/test/Parser/include.f [new file with mode: 0644]