[Bug testsuite/44797] INQUIRE EXIST variable must be default LOGICAL

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jul 4 06:07:00 GMT 2010



------- Comment #2 from kargl at gcc dot gnu dot org  2010-07-04 06:07 -------
A patch has been posted here

http://gcc.gnu.org/ml/gcc-patches/2010-07/msg00291.html

laptop:kargl[208] gfc4x -o z -std=f2003 inquire_5.f90
inquire_5.f90:22.59:

  inquire (file = 'inquire_5.txt', number = unit8, exist = exist8)
                                                           1
Error: default LOGICAL required in EXIST tag at (1)
inquire_5.f90:26.59:

  inquire (file = 'inquire_5.txt', number = unit2, exist = exist2)
                                                           1
Error: default LOGICAL required in EXIST tag at (1)
inquire_5.f90:28.59:

  inquire (file = 'inquire_5.txt', number = unit1, exist = exist1)
                                                           1
Error: default LOGICAL required in EXIST tag at (1)


-- 


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



More information about the Gcc-bugs mailing list