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 tree-optimization/71625] missing strlen optimization on different array initialization style


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

--- Comment #18 from Martin Sebor <msebor at gcc dot gnu.org> ---
Author: msebor
Date: Wed Aug 15 15:25:46 2018
New Revision: 263561

URL: https://gcc.gnu.org/viewcvs?rev=263561&root=gcc&view=rev
Log:
PR tree-optimization/71625 - missing strlen optimization on different array
initialization style (avoid compilation errors on aarch64)

gcc/ChangeLog:
        * config/aarch64/aarch64-builtins.c
        (aarch64_init_simd_builtin_types): Clear Poly8_t's TYPE_STRING_FLAG.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/aarch64/aarch64-builtins.c

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