public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/107641] New: libgomp/env.c:286:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
@ 2022-11-11 16:11 redi at gcc dot gnu.org
  2022-11-11 16:51 ` [Bug libgomp/107641] [13 Regression] " redi at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2022-11-11 16:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107641

            Bug ID: 107641
           Summary: libgomp/env.c:286:20: error: cast from pointer to
                    integer of different size
                    [-Werror=pointer-to-int-cast]
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: redi at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

I'm seeing a bootstrap failure on mingw-w64

../../../gcc/libgomp/env.c: In function 'parse_unsigned_long':
../../../gcc/libgomp/env.c:286:20: error: cast from pointer to integer of
different size [-Werror=pointer-to-int-cast]
  286 |   unsigned upper = (unsigned long) params[2];
      |                    ^
cc1: all warnings being treated as errors

unsigned long is 32-bit on Windows.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-12  8:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-11 16:11 [Bug libgomp/107641] New: libgomp/env.c:286:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] redi at gcc dot gnu.org
2022-11-11 16:51 ` [Bug libgomp/107641] [13 Regression] " redi at gcc dot gnu.org
2022-11-11 17:26 ` jakub at gcc dot gnu.org
2022-11-12  8:50 ` cvs-commit at gcc dot gnu.org
2022-11-12  8:54 ` jakub at gcc dot gnu.org

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).