https://sourceware.org/bugzilla/show_bug.cgi?id=28169
--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ee077885e5d182d0d9fba090f3505f16f640dff7 commit ee077885e5d182d0d9fba090f3505f16f640dff7 Author: James Bowman (FTDI-UK) <james.bow...@ftdichip.com> Date: Tue Aug 24 02:16:56 2021 +0000 FT32: Remove recursion in ft32_opcode The function ft32_opcode used recursion. This could cause a stack overflow. Replaced with a pair of non-recursive functions. PR 28169 * ft32-dis.c: Formatting. (ft32_opcode1): Split out from.. (ft32_opcode): ..here. -- You are receiving this mail because: You are on the CC list for the bug.