[Bug fortran/30372] various intrinsics do not diagnose invalid argument kinds
dfranke at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Feb 11 21:52:00 GMT 2007
------- Comment #5 from dfranke at gcc dot gnu dot org 2007-02-11 21:51 -------
Also affected:
chmod, exit, getcwd, hostnm, link, rename, sleep, system_clock, unlink, umask
(maybe others).
SYSTEM_CLOCK accepts INTEGER(1) if exactly one or all of its optional arguments
are of that type.
UMASK(NEW[,OLD]) also accepts INTEGER(1) in its NEW argument if OLD is not
present.
--
dfranke at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|kill intrinsic doesn't |various intrinsics do not
|diagnose invalid argument |diagnose invalid argument
|kinds |kinds
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372
More information about the Gcc-bugs
mailing list