This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30372] various intrinsics do not diagnose invalid argument kinds
- From: "dfranke at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Feb 2007 21:51:51 -0000
- Subject: [Bug fortran/30372] various intrinsics do not diagnose invalid argument kinds
- References: <bug-30372-13350@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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