http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60355
Bug ID: 60355
Summary: C519 of Fortran 2008 for BIND attribute not enforced
Product: gcc
Version: 4.8.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: vladimir.fuka at gmail dot com
bind(C) test_bind
end
is compiled without error or warning with
gfortran -std=f2008
but
C519 A variable with the BIND attribute shall be declared in the specification
part of a module.
