public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7542] Darwin: Address a translation comment [PR104552].
@ 2022-03-08 19:30 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2022-03-08 19:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:34b45cc5266db9e4098df43bec898625a6004b77

commit r12-7542-g34b45cc5266db9e4098df43bec898625a6004b77
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Tue Mar 8 15:28:05 2022 +0000

    Darwin: Address a translation comment [PR104552].
    
    This amends an error message to correct punctuation and a little
    better wording.
    
    Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
    
            PR translation/104552
    
    gcc/ChangeLog:
    
            * config/host-darwin.cc (darwin_gt_pch_get_address): Amend
            the PCH out of memory error message punctuation and wording.

Diff:
---
 gcc/config/host-darwin.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/host-darwin.cc b/gcc/config/host-darwin.cc
index d4289aeb4d3..01554d565f9 100644
--- a/gcc/config/host-darwin.cc
+++ b/gcc/config/host-darwin.cc
@@ -104,7 +104,7 @@ darwin_gt_pch_get_address (size_t sz, int fd)
      space.  */
   if (addr == (void *) MAP_FAILED)
     {
-      error ("PCH memory not available %m");
+      error ("PCH memory is not available: %m");
       return NULL;
     }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-08 19:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 19:30 [gcc r12-7542] Darwin: Address a translation comment [PR104552] Iain D Sandoe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).