https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121869
--- Comment #4 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
reproducer
---
short *elf_uncompress_lzma_block_probs;
void __glibcxx_backtrace_uncompress_lzma() {
int i = 0;
for (; i < 300; i++)
elf_uncompress_lzma_block_probs[i] = 10;
}
---
compiled with -O2 -march=armv7-a -mfpu=neon -mfloat-abi=hard -mthumb
Testing patch revert
