http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49278
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu.org Known to fail| |4.3.6, 4.4.7, 4.5.3, 4.6.1, | |4.7.0 --- Comment #1 from kargl at gcc dot gnu.org 2011-06-03 16:07:45 UTC --- Reduced testcase. module oad_active implicit none type active sequence real :: v real :: d =0. end type end module module tots_c use oad_active implicit none type(active), save :: trlkold data trlkold%v /0./ end module