https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109309
--- Comment #2 from CVS 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:af45b17d0a8fe3e7ae08662008a1f41e48a4a3eb commit r13-6911-gaf45b17d0a8fe3e7ae08662008a1f41e48a4a3eb Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Mar 28 17:49:23 2023 +0200 c++: Allow translations of check_postcondition_result messages [PR109309] As mentioned in the PR, constructing a message from two parts by concatenating them prevents translations, unless one of the parts is a keyword which should be never translated. The following patch fixes that. 2023-03-28 Jakub Jelinek <ja...@redhat.com> PR c++/109309 * contracts.cc: Include intl.h. (check_postcondition_result): Don't form diagnostics from two halves of an English message to allow translations.