This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/59726] [4.9 Regression] r206148 exposes broken vec_perm for big-endian aarch64; ICE at -O3


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]