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/69187] ICE: Aborted when native compiling neon code with __builtin_neon_vmlals_lanev4hi


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

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Feb 10 18:40:54 2016
New Revision: 233296

URL: https://gcc.gnu.org/viewcvs?rev=233296&root=gcc&view=rev
Log:
        Backported from mainline
        2016-01-21  Stefan SÃrensen  <stefan.sorensen@spectralink.com>
                    Jakub Jelinek  <jakub@redhat.com>

        PR target/69187
        PR target/65624
        * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
        args array size by one to avoid buffer overflow.

        * gcc.target/arm/pr69187.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/arm/pr69187.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/arm/arm-builtins.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

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