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/71085] ICE with some intrinsic functions specifying array function result dimension


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

--- Comment #6 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun Mar  4 05:11:31 2018
New Revision: 258230

URL: https://gcc.gnu.org/viewcvs?rev=258230&root=gcc&view=rev
Log:
2018-03-03  Harald Anlauf  <anlauf@gmx.de>

        PR fortran/71085
        * trans-expr.c (gfc_apply_interface_mapping_to_expr): Do not
        dereference NULL pointer.


2018-03-03  Harald Anlauf  <anlauf@gmx.de>

        PR fortran/71085
        * gfortran.dg/pr71085.f90: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr71085.f90
Modified:
    branches/gcc-6-branch/gcc/fortran/ChangeLog
    branches/gcc-6-branch/gcc/fortran/trans-expr.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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