arith.c (gfc_check_real_range): Remove multiple returns
authorSteven G. Kargl <kargls@comcast.net>
Sun, 27 Feb 2005 17:32:26 +0000 (17:32 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sun, 27 Feb 2005 17:32:26 +0000 (17:32 +0000)
commit5a95dfde57dfc0e31ddb05665f39d3ff294e9fce
tree6c09d914d9cba7f26679428c447183fd7d3355d4
parent5591e5f9af6f09455a1f11d8e822785e34647186
arith.c (gfc_check_real_range): Remove multiple returns

* arith.c (gfc_check_real_range):  Remove multiple returns
  (check_result): New function.
  (gfc_arith_uminus,gfc_arith_plus,gfc_arith_times,
  gfc_arith_divide,gfc_arith_power,gfc_arith_minus): Use it.

From-SVN: r95624
gcc/fortran/ChangeLog
gcc/fortran/arith.c