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/70855] [6/7 Regression] ICE with -fopenmp in gfc_trans_omp_workshare(): Bad statement code


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed May 11 13:16:48 2016
New Revision: 236119

URL: https://gcc.gnu.org/viewcvs?rev=236119&root=gcc&view=rev
Log:
        PR fortran/70855
        * frontend-passes.c (inline_matmul_assign): Disable in !$omp workshare.

        * gfortran.dg/gomp/pr70855.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/gomp/pr70855.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/frontend-passes.c
    trunk/gcc/testsuite/ChangeLog

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