public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* rust-demangle.c and uint
@ 2021-09-21 17:57 Tom Kacvinsky
  2021-09-22  5:39 ` Delivery delayed:rust-demangle.c " postmaster
  2021-09-22  7:56 ` rust-demangle.c " Alan Modra
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Kacvinsky @ 2021-09-21 17:57 UTC (permalink / raw)
  To: Binutils

I see rust-demangle.c (in binutils 2.37) uses uint for some code.
This causes problems on MinGW-w64 builds of that version.

The most current version of the MinGW-w64 package for MSYS2
uses GCC 10.x.  Interestingly enough, the MinGW-w64 developers
must have  fixed this as the current binutils I have for my MSYS2 kit
is 2.37.  I don't know if they upstreamed that fix or not.

In any case, I "fixed" it by changing uint to unsigned int.  Not sure if
that is a fix that is desirable or not.

Regards,

Tom

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

end of thread, other threads:[~2021-09-22  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 17:57 rust-demangle.c and uint Tom Kacvinsky
2021-09-22  5:39 ` Delivery delayed:rust-demangle.c " postmaster
2021-09-22  7:56 ` rust-demangle.c " Alan Modra

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