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/66545] ICE on using undefined parameter/variable values


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

--- Comment #8 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Jul  2 17:02:10 2015
New Revision: 225348

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

        PR fortran/66545
        * primary.c (match_sym_complex_part): Do not dereference NULL pointer.

2015-07-02  Steven G. Kargl   <kargl@gcc.gnu.org>

        PR fortran/66545
        * gfortran.dg/pr66545_1.f90: New test.
        * gfortran.dg/pr66545_2.f90: New test.

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