http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54212
Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |arm-*-*eabi
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2012-08-10
CC| |ramana at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #1 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2012-08-10
14:57:32 UTC ---
shows up on 4.7 branch but latent on trunk.This has been marked predicable ever
since the port was submitted and this is just broken.
None of the Neon instructions are conditional in ARM state, these instructions
are deprecated in IT blocks as per section the latest edition of the ARM-ARM
(DDI0406C_B_arm_architecture_reference_manual.pdf)
regards
Ramana