Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: Glenn.Hyland at utas dot edu.au
Target Milestone: ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80388
--- Comment #2 from Glenn Hyland ---
Sorry - hit return too early. Example code below (example.f90) generates ICE at
varasm.c:4986 ...
program example
integer, parameter :: r8 = selected_real_kind(14,30)
type test
real (r8) :: computation_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80388
--- Comment #4 from Glenn Hyland ---
Thanks. I'm already at the latest gFortran release for my platform "Ubuntu
16.04.2 LTS". Not prepared at this stage to go to a development version of
Ubuntu that would include a newer compiler version.
I'm ha