Issue |
123650
|
Summary |
[flang] preprocessor issue
|
Labels |
flang
|
Assignees |
|
Reporter |
shivaramaarao
|
for the following program preprocessor output is incorrect
program main
INTEGER::n
!$ ndi integer
! $ndi n=0
END PROGRAM
$flang -E -fopenmp t.f90
program main
INTEGER::n
ndi integer
END PROGRAM
The issue is in line number 3 when !$ is the prefix . This line should have been considered as comment.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs