]> git.ipfire.org Git - thirdparty/gcc.git/commit
openmp: Fix error message in Fortran front-end
authorKwok Cheung Yeung <kcy@codesourcery.com>
Mon, 31 Jan 2022 13:44:21 +0000 (05:44 -0800)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Mon, 31 Jan 2022 14:09:51 +0000 (06:09 -0800)
commit23dd64c4715b2df2181aaf995e3040d54edba129
tree25e1c82785724ab9156e4d8951e856817c2c24e1
parentc918826b0ddc64b0d863eab2095e24aeab47a223
openmp: Fix error message in Fortran front-end

An extra comma in an error message causes failures in the Fortran tests for
declare variant, because the message differs from that expected.

2022-01-31  Kwok Cheung Yeung  <kcy@codesourcery.com>

gcc/fortran/
* openmp.c (gfc_match_omp_context_selector_specification): Remove
extra comma in error message.
gcc/fortran/ChangeLog.omp
gcc/fortran/openmp.c