[Bug fortran/92065] [8/9/10 Regression] internal compiler error: in expand_expr_real_1

2020-04-20 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92065

anlauf at gcc dot gnu.org changed:

   What|Removed |Added

 CC||anlauf at gcc dot gnu.org

--- Comment #5 from anlauf at gcc dot gnu.org ---
The testcase in comment#0 does not ICE if in function fun2 the
second dummy argument is declared as TYPE instead of CLASS, i.e.

type (bar), intent(in) :: a(this%n) ! no ICE

instead of

class(bar), intent(in) :: a(this%n)

Maybe this rings a bell with someone.

[Bug fortran/92065] [8/9/10 Regression] internal compiler error: in expand_expr_real_1

2020-03-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92065

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|8.4 |8.5

--- Comment #4 from Jakub Jelinek  ---
GCC 8.4.0 has been released, adjusting target milestone.