[Bug fortran/91372] New: [10 Regression] Error: Unclassifiable statement
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Aug 5 18:22:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91372
Bug ID: 91372
Summary: [10 Regression] Error: Unclassifiable statement
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
r274054 gave:
[hjl@gnu-skl-2 build_base_gcc-m64.0000]$ cat foo.f90
MODULE module_sf_lake
implicit none
integer, parameter :: r8 = selected_real_kind(12)
integer, private :: i ! loop index
real(r8) :: sand(19) ! percent sand
data(sand(i), i=1,19)/92.,80.,66.,20.,5.,43.,60.,&
10.,32.,51., 6.,22.,39.7,0.,100.,54.,17.,100.,92./
END MODULE module_sf_lake
[hjl@gnu-skl-2 build_base_gcc-m64.0000]$
/export/gnu/import/git/gcc-test-spec/usr/bin/gfortran -m64 -c -o
module_sf_lake.fppized.o -I. -I./netcdf/include -I./inc
-fno-unsafe-math-optimizations -mfpmath=sse -march=native -O2
-fconvert=big-endian foo.f90
foo.f90:9:4:
9 | data(sand(i), i=1,19)/92.,80.,66.,20.,5.,43.,60.,&
| 1
Error: Unclassifiable statement at (1)
[hjl@gnu-skl-2 build_base_gcc-m64.0000]$
More information about the Gcc-bugs
mailing list