[Bug fortran/23922] ICE trying to fold_convert a REAL_TYPE to a RECORD_TYPE

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Sep 16 16:42:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-16 16:42 -------
Confirmed, reduced testcase:
MODULE bug
  IMPLICIT NONE
  TYPE :: my_type
    REAL :: x
  END TYPE
  TYPE (my_type)  :: t(3)
CONTAINS
  SUBROUTINE foo
    INTEGER        :: c(3)
    t(c)%x = t(c)%x
    RETURN
  END SUBROUTINE foo
END MODULE bug

---

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-16 16:42:14
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23922



More information about the Gcc-bugs mailing list