]> git.ipfire.org Git - thirdparty/gcc.git/commit
trans-expr.c (gfc_conv_missing_dummy): Set the type of the dummy argument to default...
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 18 Nov 2007 20:53:16 +0000 (20:53 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 18 Nov 2007 20:53:16 +0000 (20:53 +0000)
commit33717d596b7b976fbdc0ed47788200aee0085a75
tree303cdfc1589a960500cc95db50a0570b408ad8fd
parent05969da4c37b0c4120a5ac7b7a803f3f98f972af
trans-expr.c (gfc_conv_missing_dummy): Set the type of the dummy argument to default integer if flagged to do so.

2007-11-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* trans-expr.c (gfc_conv_missing_dummy): Set the type of the dummy
argument to default integer if flagged to do so. Fix typo in comment.
* resolve.c (gfc_resolve_dim_arg): Whitespace cleanup.
* iresolve.c (gfc_resolve_cshift): Do not convert type, mark attribute
for converting the DIM type appropriately in trans-expr.c.
(gfc_resolve_eoshift): Likewise.
* check.c (dim_check): Remove pre-existing dead code.
(gfc_check_cshift): Enable dim_check to allow DIM as an optional.
(gfc_check_eoshift): Likewise.
* trans_intrinsic.c (gfc_conv_intrinsic_function_args): Fix whitespace.

From-SVN: r130276
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/fortran/iresolve.c
gcc/fortran/resolve.c
gcc/fortran/trans-expr.c
gcc/fortran/trans-intrinsic.c