And this time with the patch .
2011-12-14 Ramana Radhakrishnan
* config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Call
arm_legitimize_reload_address for Thumb2 as well. Adjust call
to thumb_legitimize_reload_address.
* config/arm/arm-protos.h (thumb1_legitimize_reload_
Hi,
The fix for PR48250 overhauled arm_legitimize_reload_address taking
into account Thumb2 as well in the code , we forgot to call it for
TARGET_THUMB2 :) . I noticed this while reviewing an earlier patch and
today got reminded about this while looking at something else in the
backend. While the