[Bug fortran/94471] New: Calling a function pointer member of a polymorphic derived type returning a pointer produces an ICE (internal compiler error).

2020-04-03 Thread lockywolf at gmail dot com
Version: 9.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: lockywolf at gmail dot com Target Milestone: --- This is the code: program main type, abstract

[Bug fortran/94380] New: Nested associate+select type blocks cause compiler segfault

2020-03-28 Thread lockywolf at gmail dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: lockywolf at gmail dot com Target Milestone: --- >>cat bugreport2.f90 module test type testtype class(*), allocatable :: t end type testtype contains subroutine testp