https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101656
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>: https://gcc.gnu.org/g:cd4bda42979cb40860a9cd2c0ed188b9a0948cd4 commit r12-2595-gcd4bda42979cb40860a9cd2c0ed188b9a0948cd4 Author: Iain Buclaw <ibuc...@gdcproject.org> Date: Mon Jul 26 15:52:23 2021 +0200 d: Don't escape quoted format strings in escape_d_format (PR101656) If the format string is enclosed by two '`' characters, then don't escape the first and laster characters. PR d/101656 gcc/d/ChangeLog: * d-diagnostic.cc (escape_d_format): Don't escape quoted format strings.