https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59627
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Feb 10 18:46:38 2016 New Revision: 233302 URL: https://gcc.gnu.org/viewcvs?rev=233302&root=gcc&view=rev Log: Backported from mainline 2016-02-08 Jakub Jelinek <ja...@redhat.com> PR c++/59627 * parser.c (cp_parser_omp_declare_reduction): Set assembler name of the DECL_OMP_DECLARE_REDUCTION_P decls. * g++.dg/gomp/pr59627.C: New test. Added: branches/gcc-5-branch/gcc/testsuite/g++.dg/gomp/pr59627.C Modified: branches/gcc-5-branch/gcc/cp/ChangeLog branches/gcc-5-branch/gcc/cp/parser.c branches/gcc-5-branch/gcc/testsuite/ChangeLog