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/49698] Unmanageable compiler error


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49698

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-11 16:42:33 UTC ---
Author: jakub
Date: Mon Jul 11 16:42:29 2011
New Revision: 176164

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176164
Log:
    PR fortran/49698
    * trans-stmt.c (gfc_trans_pointer_assign_need_temp): Initialize
    inner_size to gfc_index_one_node instead of integer_one_node.

    * gfortran.dg/pr49698.f90: New test.

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