Hi The PR was fixed on trunk by ...
http://gcc.gnu.org/ml/gcc-patches/2012-06/msg01185.html .. before 4.8 forked and is thus fixed everywhere except 4.7. This is a wrong code bug under LTO and was reported against 4.6, so I'd like to back port it to 4.7. [FWIW, the only change needed is add_asm_node() => cgraph_add_asm_node()] OK? Iain