------- Additional Comments From reichelt at gcc dot gnu dot org 2005-03-02 16:15 ------- Reduced testcase for the accepts-invalid bug:
================================ subroutine FOO(X) type :: T character(len=I) :: C end type end ================================ Reduced testcase for the ice-on-invalid-code bug: ================================ subroutine FOO(X) type :: T character(len=I) :: C end type type(T), intent(in) :: X end ================================ -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Keywords| |monitored http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18990