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/24936] Internal error with forall and character arrays and pointers



------- 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]