* arith.c (gfc_arith_uplus): Rename to ...
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2007 16:53:26 +0000 (16:53 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2007 16:53:26 +0000 (16:53 +0000)
commit02eddeb002eeddbc541f90d5ff5e394fea803b81
tree1be65cae232e27fb532bca1c95d395b50376e17f
parent4462e6acd5318e4b1554f26b2f1093edbb0f5c22
* arith.c (gfc_arith_uplus): Rename to ...
(gfc_arith_identity): ... this.
(gfc_parentheses): New function.
(gfc_uplus): Adapt to renamed function.
* arith.h (gfc_parentheses): Add prototype.
* expr.c (gfc_copy_expr): Deal with INTRINSIC_PARENTHESES.
(simplifiy_intrinsic_op): Treat INTRINSIC_UPLUS separately from
INTRINSIC_PARENTHESES.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123750 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/arith.c
gcc/fortran/arith.h
gcc/fortran/expr.c