https://sourceware.org/bugzilla/show_bug.cgi?id=32091
--- Comment #1 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Indu Bhagat <ibha...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5ffe413283c4c1b9a133d704e228f51aff007410 commit 5ffe413283c4c1b9a133d704e228f51aff007410 Author: Indu Bhagat <indu.bha...@oracle.com> Date: Mon Aug 19 10:46:09 2024 -0700 gas: ginsn: x86: pacify Wmaybe-uininitialized compiler warning Fix PR binutils/32091 After commit d56083b5047b8e7cc9eda2f867bd2b75724920a1, some gcc versions may warn about unintialized usage of ginsn_func. Albeit false positive, adapt the code to escape the warning. gas/config/ * tc-i386-ginsn.c (x86_ginsn_indirect_branch): Early exit if unexpected args. -- You are receiving this mail because: You are on the CC list for the bug.