[Bug c++/81154] OpenMP with shared variable in a template class crash

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jun 21 22:23:00 GMT 2017


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Jun 21 22:22:05 2017
New Revision: 249483

URL: https://gcc.gnu.org/viewcvs?rev=249483&root=gcc&view=rev
Log:
        PR c++/81154
        * semantics.c (handle_omp_array_sections_1, finish_omp_clauses):
        Complain about t not being a variable if t is OVERLOAD even
        when processing_template_decl.

        * g++.dg/gomp/pr81154.C: New test.

Added:
    branches/gcc-7-branch/gcc/testsuite/g++.dg/gomp/pr81154.C
Modified:
    branches/gcc-7-branch/gcc/cp/ChangeLog
    branches/gcc-7-branch/gcc/cp/semantics.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list