From: Iain Sandoe Date: Tue, 23 Mar 2021 19:42:36 +0000 (+0000) Subject: Darwin : Address a translation comment. X-Git-Tag: basepoints/gcc-12~452 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7af8ec508f8105a4c4ea94246c1c4c25596cf6a5;p=thirdparty%2Fgcc.git Darwin : Address a translation comment. Add a ':' to make the diagnostic read 'pch_address_space': xxx. gcc/ChangeLog: PR target/99733 * config/host-darwin.c (darwin_gt_pch_use_address): Add a colon to the diagnostic message. --- diff --git a/gcc/config/host-darwin.c b/gcc/config/host-darwin.c index b101fca5c968..14a01fe71f2a 100644 --- a/gcc/config/host-darwin.c +++ b/gcc/config/host-darwin.c @@ -62,7 +62,7 @@ darwin_gt_pch_use_address (void *addr, size_t sz, int fd, size_t off) if (munmap (pch_address_space + sz, sizeof (pch_address_space) - sz) != 0) fatal_error (input_location, - "could not unmap % %m"); + "could not unmap %: %m"); if (ret) {