This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/24936] Internal error with forall and character arrays and pointers
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2006 18:30:00 -0000
- Subject: [Bug fortran/24936] Internal error with forall and character arrays and pointers
- References: <bug-24936-8649@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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 into that yet but
that should be filed as a seperate bug.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24936