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/66725] Issue with silent conversion int to char, ICE if int too large


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

--- Comment #6 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Jul 16 18:21:22 2015
New Revision: 225898

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

        PR fortran/66725
        * io.c (is_char_type): New function to test for BT_CHARACTER
        (gfc_match_open, gfc_match_close, match_dt_element): Use it.


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

        PR fortran/66725
        * gfortran.dg/pr66725.f90: New test.


Added:
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr66725.f90
Modified:
    branches/gcc-5-branch/gcc/fortran/ChangeLog
    branches/gcc-5-branch/gcc/fortran/io.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog


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