https://sourceware.org/bugzilla/show_bug.cgi?id=32391

vvinayag at arm dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvinayag at arm dot com

--- Comment #14 from vvinayag at arm dot com ---
(In reply to Sourceware Commits from comment #10)
> The master branch has been updated by Alan Modra <amo...@sourceware.org>:
> 
> https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;
> h=f404dc565a4ccfe6922b45cf5526c319aedf75d6
> 
> commit f404dc565a4ccfe6922b45cf5526c319aedf75d6
> Author: Alan Modra <amo...@gmail.com>
> Date:   Sat Dec 21 08:33:23 2024 +1030
> 
>     Fix error: macro may be used uninitialized
>     
>     PR 32391 commit 9f2e3c21f6 fallout

Hi. It seems that this was missed in the delete_macro function where macro is
uninitialized.

binutils-gdb/gas/macro.c: In function ‘delete_macro’:
binutils-gdb/gas/macro.c:1488:6: error: ‘macro’ may be used uninitialized in
this function [-Werror=maybe-uninitialized]
 1488 |   if (macro == NULL)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to