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/77915] [6/7 Regression] Internal error for matmul() in forall with optimization


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

--- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Mon Oct 10 14:54:26 2016
New Revision: 240928

URL: https://gcc.gnu.org/viewcvs?rev=240928&root=gcc&view=rev
Log:
2016-10-10  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/77915
        * frontend-passes.c (inline_matmul_assign):  Return early if
        inside a FORALL statement.

2016-10-10  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/77915
        * gfortran.dg/matmul_11.f90:  New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/matmul_11.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]