http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59726
Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |ramana at gcc dot gnu.org Resolution|--- |FIXED --- Comment #2 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> --- For 4.9 we just ended up disabling the vec_perm support for AArch64 BE, thanks to this patch - http://gcc.gnu.org/ml/gcc-patches/2014-01/msg00988.html For the next stage1 Tejas had a patch that tried to fix these up properly in the backend. http://gcc.gnu.org/ml/gcc-patches/2014-02/msg01334.html Therefore on that ground I think this should be closed as I don't see this testsuite failures on aarch64_be today. ramana