https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112823
Sam James <sjames at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Sam James <sjames at gcc dot gnu.org> ---
https://inbox.sourceware.org/gcc-patches/[email protected]/T/#m8edd6947776f6d591121340d391f824d897605d0
It got merged w/o the PR #:
commit 02cd761eb1198df50453b2e39653f48053609ffc (HEAD -> releases/gcc-11,
origin/releases/gcc-11)
Author: Iain Sandoe <[email protected]>
Date: Mon Aug 23 17:34:43 2021 +0100
libiberty, Darwin: Fix a build warning.
r12-3005-g220c410162ebece4f missed a cast for the set_32 call.
Fixed thus.
Signed-off-by: Iain Sandoe <[email protected]>
libiberty/ChangeLog:
* simple-object-mach-o.c (simple_object_mach_o_write_segment):
Cast the first argument to set_32 as needed.
(cherry picked from commit 38757aa88735ab2e511bc428e2407a5a5e9fa0be)