https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118993
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:27ebd2a55cd373542977b21631b6b0919e703733 commit r15-7684-g27ebd2a55cd373542977b21631b6b0919e703733 Author: Jakub Jelinek <ja...@redhat.com> Date: Mon Feb 24 09:25:34 2025 +0100 openmp: Fix diagnostics typo [PR118993] There is a typo in one of the OpenMP gimplification diagnostics messages. The following patch fixes that and adjusts tests which just copied that message including typo to dg-warning regexps in 2 tests. 2025-02-24 Jakub Jelinek <ja...@redhat.com> PR middle-end/118993 * gimplify.cc (gimplify_scan_omp_clauses): Fix diagnostics typo, undfined -> undefined. * c-c++-common/gomp/allocate-18.c: Adjust dg-warning regex for diagnostics typo fix. * gfortran.dg/gomp/allocate-clause.f90: Likewise.