[Bug fortran/80388] ICE in output_constructor_regular_field, at varasm.c:4986

2017-04-11 Thread Glenn.Hyland at utas dot edu.au
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

[Bug fortran/80388] ICE in output_constructor_regular_field, at varasm.c:4986

2017-04-11 Thread Glenn.Hyland at utas dot edu.au
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) ::

[Bug fortran/80388] New: ICE in output_constructor_regular_field, at varasm.c:4986

2017-04-11 Thread Glenn.Hyland at utas dot edu.au
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: Glenn.Hyland at utas dot edu.au Target Milestone: ---