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/66111] [6 regression] ICE with matmul and vector subscripts


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

--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Tue May 12 21:12:55 2015
New Revision: 223099

URL: https://gcc.gnu.org/viewcvs?rev=223099&root=gcc&view=rev
Log:
2015-05-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/66111
        * frontend-passes.c (has_dimen_vector_ref):  New function.
        (inline_matmul_assign):  Use it to return early in case
        of unhandled vector subscripts.

2015-05-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/66111
        * gfortran.dg/inline_matmul_10.f90:  New test.


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