[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/31903] Asan heap-buffer-overflow in test gas/elf/dwarf-5-irp.s
From: |
jamborm at gcc dot gnu.org |
Subject: |
[Bug gas/31903] Asan heap-buffer-overflow in test gas/elf/dwarf-5-irp.s in cross-assember to aarch64-elf |
Date: |
Mon, 17 Jun 2024 16:50:01 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=31903
Martin Jambor <jamborm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jbeulich at suse dot com
--- Comment #1 from Martin Jambor <jamborm at gcc dot gnu.org> ---
I have bisected the failure to:
1e3c814459d83247707f8c9840ac660726cfaae0 is the first bad commit
commit 1e3c814459d83247707f8c9840ac660726cfaae0
Author: Jan Beulich <jbeulich@suse.com>
Date: Mon Jun 10 09:06:37 2024 +0200
gas: extend \+ support to .rept
PR gas/31752
While not quite as macro-like as .irp / .irpc, this perhaps benefits from
supporting \+ even more than those: It allows, where desired, to get away
without maintaining an explicit count variable in source code.
Keep .rep (and custom per-arch uses of s_rept() / do_repeat()) behavior
unaltered.
--
You are receiving this mail because:
You are on the CC list for the bug.