https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64421
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Sun Feb 1 17:34:50 2015 New Revision: 220325 URL: https://gcc.gnu.org/viewcvs?rev=220325&root=gcc&view=rev Log: Backported from mainline 2015-01-26 Jakub Jelinek <ja...@redhat.com> 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: branches/gcc-4_9-branch/gcc/testsuite/gcc.dg/vect/pr64421.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/omp-low.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog