bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/32391] \@ incorrectly handled in nested macros


From: vvinayag at arm dot com
Subject: [Bug gas/32391] \@ incorrectly handled in nested macros
Date: Wed, 25 Dec 2024 01:01:24 +0000

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 <amodra@sourceware.org>:
> 
> https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;
> h=f404dc565a4ccfe6922b45cf5526c319aedf75d6
> 
> commit f404dc565a4ccfe6922b45cf5526c319aedf75d6
> Author: Alan Modra <amodra@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

[Prev in Thread] Current Thread [Next in Thread]