[Bug fortran/23124] gfc_trans_deferred_array internal compiler error

2005-12-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23124

[Bug fortran/23124] gfc_trans_deferred_array internal compiler error

2005-11-30 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2005-11-30 19:34 --- This is fixed in trunk, by the patch to pr15809, and will be fixed in 4.0 and 4.1 on friday morning. -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/23124] gfc_trans_deferred_array internal compiler error

2005-07-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-29 05:52 --- Confirmed, reduced testcase: subroutine charn_inc_alloc(char1,n,length) character(len=n), dimension(:), pointer:: char1 call my_realloc_ptr(char1,n,length+1) end subroutine charn_inc_alloc