URL
                    https://opencores.org/ocsvn/openrisc/openrisc/trunk
                
            Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [derived_constructor_comps_3.f90] - Rev 749
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }!! gfortran was ICEing for the constructor of! componentfree types.!! Contributed by James Van Buskirk! http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/c8dd08d6da052499/!module bug4_modimplicit nonetype bug4 ! no componentsend type bug4end module bug4_modprogram bug4_structureuse bug4_modimplicit nonetype(bug4) tt = bug4()write(*,*) tend program bug4_structure! { dg-final { cleanup-modules "bug4_mod" } }
Go to most recent revision | Compare with Previous | Blame | View Log

