diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-03-12 07:46:25 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-03-12 07:46:25 +0100 |
commit | 2fa031afe4ea78f490f06e487c48089d7376827c (patch) | |
tree | 5322275c2c718de1028feab5538fa7e854b1851a /libcpp/files.cc | |
parent | 7efe3aa9b5d4d7aba3736d1393b007705522dc45 (diff) | |
download | gcc-2fa031afe4ea78f490f06e487c48089d7376827c.zip gcc-2fa031afe4ea78f490f06e487c48089d7376827c.tar.gz gcc-2fa031afe4ea78f490f06e487c48089d7376827c.tar.bz2 |
preprocessor: Fix up diagnostic typo in convert_oct [PR119202]
In r15-4286 I've introduced a typo, part of the change was
- cpp_error (pfile, CPP_DL_ERROR, "'\\o' not followed by '{'");
+ cpp_error (pfile, CPP_DL_ERROR, "%<\\o%> not followed by %<}%>");
which turned { into }. This patch fixes it back.
2025-03-12 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/119202
* charset.cc (convert_oct): Fix up typo in diagnostics about \o
not followed by {.
Diffstat (limited to 'libcpp/files.cc')
0 files changed, 0 insertions, 0 deletions