https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96712
Bug ID: 96712
Summary: internal compiler error: in build_round_expr, at
fortran/trans-intrinsic.c:399
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: toon at moene dot org
Target Milestone: ---
The following source:
integer i
real(kind=8) r
i = nint(r, 16)
end
generates an ICE when compiled with 10.2 as follows
gfortran -S nint_pr.f90
nint_pr.f90:3:0:
3 | i = nint(r, 16)
|
internal compiler error: in build_round_expr, at fortran/trans-intrinsic.c:399
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-10/README.Bugs> for instructions.