use c++ instead of buildN_stat{,_loc}
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Sat, 29 Jul 2017 01:38:19 +0000 (01:38 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Sat, 29 Jul 2017 01:38:19 +0000 (01:38 +0000)
commit6db60760b35d0d3902f099265e3f26283deecab2
tree64c7463cba570edcabf82e8ea6ef14c51fe11776
parent4bd2de4b4544d5fcc1d2dca8a54923cbbcf47e7d
use c++ instead of buildN_stat{,_loc}

gcc/ChangeLog:

2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* fold-const.c (fold_build1_stat_loc): Adjust.
(fold_build2_stat_loc): Likewise.
(fold_build3_stat_loc): Likewise.
* tree.c (build0_stat): Remove _stat from name.
(build1_stat): Likewise.
(build2_stat): Likewise.
(build3_stat): Likewise.
(build4_stat): Likewise.
(build5_stat): Likewise.
* tree.h (build1_loc): Remove macro, and rename _stat function
to this.
(build2_loc): Likewise.
(build3_loc): Likewise.
(build4_loc): Likewise.
(build5_loc): Likewise.

From-SVN: r250698
gcc/ChangeLog
gcc/fold-const.c
gcc/tree.c
gcc/tree.h