https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70416
--- Comment #26 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> --- (In reply to Oleg Endo from comment #23) > I guess the proper solution for this issue would be running an > address-mode-selection optimization pass after reload to fix up the reload > choices. Probably it would also be beneficial when using LRA. Compiling with -mlra did indeed help, however as seen in comment #9, it triggered a different compiler bug. Workaround was to compile just vm.c with -mlra, the rest without. Adrian