[Bug fortran/35203] OPTIONAL, VALUE actual argument cannot be an INTEGER 0

jvdelisle at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Feb 15 06:36:00 GMT 2008



------- Comment #5 from jvdelisle at gcc dot gnu dot org  2008-02-15 06:35 -------
Scratch the patch in comment #4. When the argument is passed by value and is
missing the call looks like:

  aap(0b)

So I was thinking we could build:

  if (&n != 0b)


-- 


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



More information about the Gcc-bugs mailing list