This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49698] Unmanageable compiler error
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 11 Jul 2011 16:43:47 +0000
- Subject: [Bug fortran/49698] Unmanageable compiler error
- Auto-submitted: auto-generated
- References: <bug-49698-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49698
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-11 16:43:27 UTC ---
Author: jakub
Date: Mon Jul 11 16:43:23 2011
New Revision: 176165
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176165
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:
branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/pr49698.f90
Modified:
branches/gcc-4_6-branch/gcc/fortran/ChangeLog
branches/gcc-4_6-branch/gcc/fortran/trans-stmt.c
branches/gcc-4_6-branch/gcc/testsuite/ChangeLog