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 fortran/81841] [6 Regression] THREADPRIVATE (OpenMP) wrongly rejected in BLOCK DATA


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

--- Comment #18 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jun 25 16:52:31 2018
New Revision: 262035

URL: https://gcc.gnu.org/viewcvs?rev=262035&root=gcc&view=rev
Log:
        Backported from mainline
        2017-11-23  Dirk Broemmel  <d.broemmel@fz-juelich.de>
                    Jakub Jelinek  <jakub@redhat.com>

        PR fortran/81841
        * parse.c (parse_spec): Allow ST_OMP_THREADPRIVATE inside of
        BLOCK DATA.

        * libgomp.fortran/pr81841.f90: New test.

Added:
    branches/gcc-6-branch/libgomp/testsuite/libgomp.fortran/pr81841.f90
Modified:
    branches/gcc-6-branch/gcc/fortran/ChangeLog
    branches/gcc-6-branch/gcc/fortran/parse.c
    branches/gcc-6-branch/libgomp/ChangeLog

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