]> git.ipfire.org Git - people/ms/gcc.git/commit
fortran/openmp.cc: Remove 's' that slipped in during %<..%> replacement
authorTobias Burnus <tobias@codesourcery.com>
Sun, 11 Dec 2022 10:47:55 +0000 (11:47 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Sun, 11 Dec 2022 10:54:26 +0000 (11:54 +0100)
commit045592f665bcb67b75dc6b86badbe2fd44aed3e6
tree016d7f8bf441b4e100aa86b12d2b1c803b6a6b6f
parentc6b12b802cd943af0985fbd3e74d773775b2b544
fortran/openmp.cc: Remove 's' that slipped in during %<..%> replacement

Seemingly, 's' (in VI that's the 's'ubstitute command) appeared verbatim in
a gfc_error message when to doing the '...' to %<...%> replacements in commit
r13-4590-g84f6f8a2a97f88be01e223c9c9dbab801a4f501f

gcc/fortran/
* openmp.cc (gfc_match_omp_context_selector_specification):
Remove spurious 's' in an error message.
gcc/fortran/openmp.cc