https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63950

alalaw01 at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from alalaw01 at gcc dot gnu.org ---
Author: alalaw01
Date: Tue Dec  9 19:37:18 2014
New Revision: 218531

URL: https://gcc.gnu.org/viewcvs?rev=218531&root=gcc&view=rev
Log:
[AArch64]Fix ICE at -O0 on vld1_lane intrinsics

gcc/:

        * config/aarch64/arm_neon.h (__AARCH64_NUM_LANES, __aarch64_lane *2):
        New.
        (aarch64_vset_lane_any): Redefine using previous, same for BE + LE.
        (vset_lane_f32, vset_lane_f64, vset_lane_p8, vset_lane_p16,
        vset_lane_s8, vset_lane_s16, vset_lane_s32, vset_lane_s64,
        vset_lane_u8, vset_lane_u16, vset_lane_u32, vset_lane_u64): Remove
        number of lanes.
        (vld1_lane_f32, vld1_lane_f64, vld1_lane_p8, vld1_lane_p16,
        vld1_lane_s8, vld1_lane_s16, vld1_lane_s32, vld1_lane_s64,
        vld1_lane_u8, vld1_lane_u16, vld1_lane_u32, vld1_lane_u64): Call
        __aarch64_vset_lane_any rather than vset_lane_xxx.

gcc/testsuite/:

        * gcc.target/aarch64/vld1_lane-o0.c: New test.

Reply via email to