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.
+2022-01-31 Kwok Cheung Yeung <kcy@codesourcery.com>
+
+ * openmp.c (gfc_match_omp_context_selector_specification): Remove
+ extra comma in error message.
+
2022-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
* openmp.c (omp_target_device_selectors): New.
gfc_error ("expected 'construct', 'device', 'implementation', "
"'target_device' or 'user' at %C");
else
- gfc_error ("expected 'construct', 'device', 'implementation', "
+ gfc_error ("expected 'construct', 'device', 'implementation' "
"or 'user' at %C");
return MATCH_ERROR;
}