https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79933
Bug ID: 79933
Summary: gfortran no longer able to compile dolfyn benchmark
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: tulipawn at gmail dot com
Target Milestone: ---
Created attachment 40900
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40900&action=edit
fortran source
Used to work fine a few months ago.
$ gfortran-7 -O2 gmsh2dolfyn.f90
gmsh2dolfyn.f90:159:9:
stop'bug: error in dimensions of array v'
1
Error: Blank required in STOP statement near (1)
Adding -std=f95 solves the issue so maybe some sort of suggestion is in order?