Re: [PATCH] Add debug helpers for auto_bitmap.

2021-10-14 Thread Richard Sandiford via Gcc-patches
Aldy Hernandez via Gcc-patches writes: > Using debug() on an auto_bitmap from gdb doesn't work because the > implicit conversion from auto_bitmap to bitmap_head doesn't work > from within a debugging session. This patch adds the convenience > functions for auto_bitmap. > > OK? OK, thanks. Richa

[PATCH] Add debug helpers for auto_bitmap.

2021-10-14 Thread Aldy Hernandez via Gcc-patches
Using debug() on an auto_bitmap from gdb doesn't work because the implicit conversion from auto_bitmap to bitmap_head doesn't work from within a debugging session. This patch adds the convenience functions for auto_bitmap. OK? --- gcc/bitmap.c | 12 gcc/bitmap.h | 3 +++ 2 files c