This is the failure of ACATS cc3305a on the ARM: Unable to coalesce ssa_names 34 and 399 which are marked as MUST COALESCE. i_34(ab) and i_399(ab) +===========================GNAT BUG DETECTED==============================+ | 4.9.0 20140209 (experimental) (armv7l-unknown-linux-gnueabihf) GCC error:| | SSA corruption | | Error detected around cc3305a.adb:35:1 It's reassociation, namely optimize_range_tests, doing SSA_NAME propagation when building ranges in init_range_entry. Immediate fix attached, tested on x86_64-suse-linux, pre-approved by Jakub and applied on the mainline. 2014-02-18 Eric Botcazou PR tree-optimization/60174 * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining statement of an SSA_NAME that occurs in an abnormal PHI node. -- Eric Botcazou