Hello Following series removes remaining usage of ENABLE_CHECKING macro, where the last patch eventually poisons the macro.
The series has been tested in common and survives regbootstrap on x86_64-linux-gnu with default options (and Ada enabled) and --enable-checking=none. Ready for trunk? Martin marxin (4): Replace ENABLE_CHECKING macro with flag_checking in HSA Replace ENABLE_CHECKING macro with flag_checking in GNAT Replace ENABLE_CHECKING with CHECKING_P in dwarf2out Poison ENABLE_CHECKING macro gcc/ada/gcc-interface/utils.c | 12 +++++++----- gcc/dwarf2out.c | 6 +++--- gcc/dwarf2out.h | 2 +- gcc/hsa-gen.c | 25 +++++++++++++------------ gcc/hsa-regalloc.c | 7 +++---- gcc/system.h | 4 ++++ 6 files changed, 31 insertions(+), 25 deletions(-) -- 2.7.0