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/66043] ICE on storage_size of null or output of null array


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

--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Mon May 18 21:52:03 2015
New Revision: 223320

URL: https://gcc.gnu.org/viewcvs?rev=223320&root=gcc&view=rev
Log:
2015-05-18  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/66043
        * check.c (gfc_check_storage_size): Prevent the direct use of NULL()
        in STORAGE_SIZE() reference.

2015-05-18  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/66043
        * gfortran.dg/storage_size_6.f90: New tests.


Added:
    trunk/gcc/testsuite/gfortran.dg/storage_size_6.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/check.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]