public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jerry D <jvdelisle2@gmail.com>
To: gfortran <fortran@gcc.gnu.org>, GCC Mailing List <gcc@gcc.gnu.org>
Subject: Build breakage
Date: Wed, 13 Dec 2023 11:15:54 -0800	[thread overview]
Message-ID: <9ffed162-2197-4acd-b72c-1946dc899f86@gmail.com> (raw)

I am getting this failure to build from clean trunk.

In file included from ../../../../trunk/libgomp/config/linux/allocator.c:31:
../../../../trunk/libgomp/config/linux/allocator.c: In function 
‘linux_memspace_alloc’:
../../../../trunk/libgomp/config/linux/allocator.c:70:26: error: format 
‘%ld’ expects argument of type ‘long int’, but argument 3 has type 
‘size_t’ {aka ‘unsigned int’} [-Werror=format=]
    70 |           gomp_debug (0, "libgomp: failed to pin %ld bytes of"
       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    71 |                       " memory (ulimit too low?)\n", size);
       |                                                      ~~~~
       |                                                      |
       |                                                      size_t 
{aka unsigned int}
../../../../trunk/libgomp/libgomp.h:186:29: note: in definition of macro 
‘gomp_debug’
   186 |       (gomp_debug) ((KIND), __VA_ARGS__); \
       |                             ^~~~~~~~~~~
../../../../trunk/libgomp/config/linux/allocator.c:70:52: note: format 
string is defined here
    70 |           gomp_debug (0, "libgomp: failed to pin %ld bytes of"
       |                                                  ~~^
       |                                                    |
       |                                                    long int
       |                                                  %d


             reply	other threads:[~2023-12-13 19:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <fe58c7bf-1f14-4794-8f99-abab8360fc4b@codesourcery.com>
2023-12-13 19:15 ` Jerry D [this message]
2023-12-13 19:36   ` Thomas Schwinge
2023-12-13 20:17     ` Fix 'libgomp/config/linux/allocator.c' 'size_t' vs. '%ld' format string mismatch (was: Build breakage) Thomas Schwinge
2023-12-13 20:27     ` Build breakage Jonathan Wakely
2023-12-13 20:56       ` Thomas Schwinge
2023-12-13 21:04         ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9ffed162-2197-4acd-b72c-1946dc899f86@gmail.com \
    --to=jvdelisle2@gmail.com \
    --cc=fortran@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).