This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/26891] Automatic conversion for optional parameters of missing dummies



------- Comment #1 from toon at moene dot indiv dot nluug dot nl  2006-03-28 08:15 -------
>    logical, optional, intent(in) :: back
>    myscan = scan (str, substr, back)

I thought passing non-present optional arguments down to routines as an
optional argument is within the confines of the Standard.

If in doubt, consult comp.lang.fortran ...


-- 

toon at moene dot indiv dot nluug dot nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-28 08:15:49
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]