Hi,
+ if (mode == TImode || TARGET_THUMB1) + return default_speculation_safe_load (mode, result, mem, lower_bound, + upper_bound, cmpptr, warn); TImode is impossible to happen right, so you could as well let that one run into the gcc_unreachable below, or use an assertion here? Bernd.