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/54730] [4.6/4.7 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1066


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

--- Comment #15 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun Oct 23 18:12:28 2016
New Revision: 241451

URL: https://gcc.gnu.org/viewcvs?rev=241451&root=gcc&view=rev
Log:
2016-10-23  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/54730
        PR fortran/78033
        * array.c (gfc_match_array_constructor): Remove checkpointing
        introduced in r196416 (original fix for PR fortran/54730).  Move
        initialization to top of function.
        * match.c (gfc_match_type_spec): Special case matching for REAL.

2016-10-23  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/54730
        PR fortran/78033
        * gfortran.dg/pr78033.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr78033.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/array.c
    trunk/gcc/fortran/match.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]