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 middle-end/64421] Incorrect vector function name generated for log


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jan 26 21:28:57 2015
New Revision: 220137

URL: https://gcc.gnu.org/viewcvs?rev=220137&root=gcc&view=rev
Log:
    PR middle-end/64421
    * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
    with asterisk, skip the first character.

    * gcc.dg/vect/pr64421.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/vect/pr64421.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-low.c
    trunk/gcc/testsuite/ChangeLog


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