internal compiler error: in wide_int_to_tree, at tree.c:1464

Bug #1576212 reported by Pierre Navaro
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gcc
Unknown
Unknown
gcc-5 (Debian)
Fix Released
Unknown
gcc-5 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

The following code compile with gfortran called with flag -fcheck=all

module woodbury
implicit none

type :: woodbury_solver
  real(8) , allocatable :: u(:)
end type woodbury_solver

contains

subroutine woodbury_fac(s, k)
type(woodbury_solver) :: s
integer, intent(in) :: k

allocate(s%u(k))

s%u = 0.0_8

end subroutine woodbury_fac

end module woodbury

$ gfortran -c test.f90 -fcheck=all
test.f90:16:0:

 s%u = 0.0_8
 1
internal compiler error: in wide_int_to_tree, at tree.c:1464
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.

Ubuntu 16.04 LTS
gcc:
  Installed: 4:5.3.1-1ubuntu1
  Candidate: 4:5.3.1-1ubuntu1
  Version table:
 *** 4:5.3.1-1ubuntu1 500
        500 http://fr.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status

Revision history for this message
Pierre Navaro (navaro) wrote :
Matthias Klose (doko)
affects: gcc-defaults → gcc
affects: gcc-defaults (Ubuntu) → gcc-5 (Ubuntu)
Changed in gcc-5 (Debian):
status: Unknown → Confirmed
Revision history for this message
Matthias Klose (doko) wrote :

fixed for 17.04

Changed in gcc-5 (Ubuntu):
status: New → Fix Released
Changed in gcc-5 (Debian):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.