https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109101
Bug ID: 109101
Summary: Wrong quotes in OpenMP diagnostic
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
scanner.cc says:
> Ignoring '!$omx' vendor-extension sentinel at %C
The single quotes should be replaced with %< and %>,
see
<https://gcc.gnu.org/onlinedocs/gccint/Guidelines-for-Diagnostics.html#Quoting>.