Eric Botcazou
2014-10-06 10:02:15 UTC
Hi,
we have run into a case on the ARM where LRA silently generates wrong code in
release mode, while reload (-mno-lra) would stop with the usual spill failure.
Tested on x86_64-suse-linux, OK for the mainline?
2014-10-06 Eric Botcazou <***@adacore.com>
* lra-assigns.c (assign_by_spills): Turn lra_assert into gcc_assert.
we have run into a case on the ARM where LRA silently generates wrong code in
release mode, while reload (-mno-lra) would stop with the usual spill failure.
Tested on x86_64-suse-linux, OK for the mainline?
2014-10-06 Eric Botcazou <***@adacore.com>
* lra-assigns.c (assign_by_spills): Turn lra_assert into gcc_assert.
--
Eric Botcazou
Eric Botcazou