--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-09 20:44 ---
Fixed in 4.1.0.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-09 18:33 ---
Here is that patch:
[zhivago:gcc/gcc/fortran] pinskia% svn diff trans-stmt.c
Index: trans-stmt.c
===
--- trans-stmt.c(revision 109491)
+++ tran
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-09 18:30 ---
I have a fix for the ICE, it is an easy one, it just copies what was done in
gfc_trans_pointer_assign to gfc_trans_pointer_assign_need_temp. Though I don't
think we need a temporary variable here, I have not looked