re PR fortran/17792 ([4.0 only] deallocate does not return stat)
authorSteven G. Kargl <kargls@comcast.net>
Sat, 11 Jun 2005 22:29:17 +0000 (22:29 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 11 Jun 2005 22:29:17 +0000 (22:29 +0000)
commit364667a1ca156f8b6b5fb682cbd423108d6f223c
tree3b719a5f0073b8b53e945c7881da1bea47e61c45
parentc6bdf92e07201b58176521b96de36150aa092ea6
re PR fortran/17792 ([4.0 only] deallocate does not return stat)

PR fortran/17792
PR fortran/21375
* trans-array.c (gfc_array_deallocate): pstat is new argument
  (gfc_array_allocate): update gfc_array_deallocate() call.
  (gfc_trans_deferred_array): ditto.
* trans-array.h: update gfc_array_deallocate() prototype.
* trans-decl.c (gfc_build_builtin_function_decls): update declaration
* trans-stmt.c (gfc_trans_deallocate): Implement STAT= feature.

From-SVN: r100845
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-array.h
gcc/fortran/trans-decl.c
gcc/fortran/trans-stmt.c