arith.c (gfc_arith_uplus): Rename to ...
authorTobias Schlüter <tobi@gcc.gnu.org>
Thu, 12 Apr 2007 16:53:26 +0000 (18:53 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Thu, 12 Apr 2007 16:53:26 +0000 (18:53 +0200)
commit2f11881446ab72f0e85eedb8391ae47cd89d3244
tree1be65cae232e27fb532bca1c95d395b50376e17f
parent2d3649b23f90ddd51b968a00c8e8ab6ccf5bd93c
arith.c (gfc_arith_uplus): Rename to ...

* 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.

From-SVN: r123750
gcc/fortran/ChangeLog
gcc/fortran/arith.c
gcc/fortran/arith.h
gcc/fortran/expr.c