[flang-commits] [flang] [flang] Don't check fixed form label field too early (PR #117040)
Pete Steinfeld via flang-commits
flang-commits at lists.llvm.org
Wed Nov 20 13:03:32 PST 2024
https://github.com/psteinfeld requested changes to this pull request.
This change gets rid of the warning, but it still doesn't pass the original test case. When I run the original test case through gfortran using the command `gfortran -ffixed-form -E bug116914.F`, I get:
```
# 1 "bug116914.F"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "bug116914.F"
!! A Comment line
```
When I run this test case though flang after building with this update I get an empy line as output.
https://github.com/llvm/llvm-project/pull/117040
More information about the flang-commits
mailing list