------- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-20 16:04 ------- Confirmed. Reduced testcase:
===================================== subroutine FOO ( X ) character(len=*), intent(IN) :: X character(len=len(X)) :: C1, C2 C1 = '' C2 = '' end subroutine ===================================== -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |compile-time-hog, monitored Last reconfirmed|0000-00-00 00:00:00 |2004-10-20 16:04:26 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18082