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

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Feb 11 09:28:23 2016
New Revision: 233336

URL: https://gcc.gnu.org/viewcvs?rev=233336&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-4_9-branch/gcc/testsuite/g++.dg/gomp/pr59627.C
Modified:
    branches/gcc-4_9-branch/gcc/cp/ChangeLog
    branches/gcc-4_9-branch/gcc/cp/parser.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog

Reply via email to