simplify the bitmap alloc_stat functions with c++
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Sat, 29 Jul 2017 01:39:31 +0000 (01:39 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Sat, 29 Jul 2017 01:39:31 +0000 (01:39 +0000)
commit3fe793df7c4952bde47b2811210b7e2c2cc0ff97
treece4087bee2f7a4036894fef11f1f55c23a5d9a14
parent22a7303de24b120c7124d0b2a4ad778bd452319e
simplify the bitmap alloc_stat functions with c++

gcc/fortran/ChangeLog:

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

* resolve.c (find_reachable_labels): Adjust.

gcc/ChangeLog:

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

* bitmap.c (bitmap_obstack_alloc_stat): Rename to bitmap_alloc.
(bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
* bitmap.h (bitmap_obstack_alloc_stat): Adjust prototype.
(bitmap_gc_alloc_stat): Likewise.
(BITMAP_ALLOC, BITMAP_GGC_ALLOC): Adjust.

From-SVN: r250709
gcc/ChangeLog
gcc/bitmap.c
gcc/bitmap.h
gcc/fortran/ChangeLog
gcc/fortran/resolve.c