-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[Flang][OpenMP] Correctly handling continuation lines with Fixed Source Form Conditional Compilation Sentinels #70309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ With the latest revision this PR passed the C/C++ code formatter. |
There is a related patch #70128. Not sure whether this handles the same issue. |
My understanding is that the OpenMP (5.2) specification allows Fixed Source Form Conditional Compilation Sentinels (i.e.,
|
Also, please add a test for this fix and for the cases that @klausler mentioned. |
…orm Conditional Compilation Sentinels is a continuation line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please wait for @klausler.
Co-authored-by: Leandro Lupori <[email protected]>
Fixes #67947