Skip to content

Commit b805e5e

Browse files
committed
update expected sentinel message
1 parent 990e905 commit b805e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Parser/openacc-parsers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Fortran::parser {
2323
// other types of line comments from fixed form.
2424
constexpr auto startAccLine{skipStuffBeforeStatement >>
2525
withMessage(
26-
"expected OpenACC directive sentinel: !$ACC (free-form) / C$ACC or *$ACC (fixed-form)"_err_en_US,
26+
"expected OpenACC directive sentinel: !$ACC, C$ACC, or *$ACC"_err_en_US,
2727
"!$ACC "_sptok)};
2828
constexpr auto endAccLine{space >>
2929
recovery(

0 commit comments

Comments
 (0)