[Bug fortran/93329] ICE in omp_code_to_statement, at fortran/openmp.c:5902

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 14 16:40:00 GMT 2020


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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
<jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:ba6ebaafc62924a05c961146cb0ec114ae8b04cf

commit r8-10008-gba6ebaafc62924a05c961146cb0ec114ae8b04cf
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Fri Feb 14 15:41:59 2020 +0100

    openmp: Teach omp_code_to_statement about rest of OpenMP statements

    The omp_code_to_statement function added with the initial OpenACC support
    only handled small subset of the OpenMP statements, leading to ICE if
    any other OpenMP directive appeared inside of OpenACC directive.

    2020-01-22  Jakub Jelinek  <jakub@redhat.com>

        PR fortran/93329
        * openmp.c (omp_code_to_statement): Handle remaining EXEC_OMP_*
        cases.

        * gfortran.dg/goacc/pr93329.f90: New test.


More information about the Gcc-bugs mailing list