[Bug fortran/30372] kill intrinsic doesn't diagnose invalid argument kinds

2007-02-11 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2007-02-11 19:39 --- Contrary to this, the docs of g77-3.4.6 [1] state: Status: INTEGER(KIND=1); OPTIONAL; scalar; INTENT(OUT). Also, the comment at the beginning of libgfortran/intrinsics/kill.c [2] states: /* SUBROUTINE

[Bug fortran/30372] kill intrinsic doesn't diagnose invalid argument kinds

2007-02-11 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2007-02-11 20:43 --- (In reply to comment #2) Contrary to this, the docs of g77-3.4.6 [1] state: Status: INTEGER(KIND=1); OPTIONAL; scalar; INTENT(OUT). INTEGER(KIND=1) in g77 is the default integer kind, which is

[Bug fortran/30372] kill intrinsic doesn't diagnose invalid argument kinds

2007-02-11 Thread dfranke at gcc dot gnu dot org
--- Comment #4 from dfranke at gcc dot gnu dot org 2007-02-11 21:02 --- Ouch. Thanks for clarification. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372

[Bug fortran/30372] kill intrinsic doesn't diagnose invalid argument kinds

2007-01-23 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-01-23 15:16 --- Confirmed. It's worth noting that the doc says the right thing: Arguments: PID Shall be a scalar INTEGER, with INTENT(IN) SIGNAL Shall be a scalar INTEGER, with INTENT(IN) STATUS (Optional) status flag