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/60993] Trouble initializing double precision variable using boz literals


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

--- Comment #6 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Tue Nov 17 00:07:55 2015
New Revision: 230445

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

        PR fortran/58027
        PR fortran/60993
        * expr.c (gfc_check_init_expr): Prevent a redundant check when a
        __convert_* function was inserted into an array constructor.
        (gfc_check_assign_symbol): Check for an initialization expression
        when a __convert_* was inserted.

2015-11-16  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/58027
        PR fortran/60993
        * gfortran.dg/pr58027.f90: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr58027.f90
Modified:
    branches/gcc-5-branch/gcc/fortran/ChangeLog
    branches/gcc-5-branch/gcc/fortran/expr.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]