------- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-08-16 13:28 ------- Well, the gfortran doc says "Shall be of type INTEGER(4), N >= 0". This is in contradiction with the g77 doc, which says: "Pos: INTEGER not wider than the default kind; scalar; INTENT(IN)."
Note that the arguments names are also in disagreement: gfortran says CALL GETARG(N, ARG) while g77 has CALL GetArg(Pos, Value) -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Keywords| |documentation, rejects-valid Last reconfirmed|2007-08-04 22:20:49 |2007-08-16 13:28:17 date| | Summary|getarg and -fdefault- |GETARG intrinsic |integer-8 | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32989