------- Comment #3 from burnus at gcc dot gnu dot org  2010-07-04 07:25 -------
(In reply to comment #0)
> INQUIRE_5.f90 lines 22, 26, and 28 use an EXIST variable which is not default
> LOGICAL. I believe this is not standard.

For completeness: Since F2008 it is allowed:

F95:   R924 inquire-spec ... or EXIST = scalar-default-logical-variable
F2003: R930 inquire-spec ... or EXIST = scalar-default-logical-variable
F2008: R931 inquire-spec ... or EXIST = scalar-logical-variable


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44797

Reply via email to