diff options
author | Mikhail Maltsev <maltsevm@gmail.com> | 2015-11-04 15:01:46 +0000 |
---|---|---|
committer | Mikhail Maltsev <miyuki@gcc.gnu.org> | 2015-11-04 15:01:46 +0000 |
commit | a6c764d02ec7716720ceac34b667cda3741c5c42 (patch) | |
tree | c74e9331855a085ae3e13ae1ba3f18655fb151da /gcc/genconditions.c | |
parent | 595278beb1772272cbd59fc022a11706d60338c9 (diff) | |
download | gcc-a6c764d02ec7716720ceac34b667cda3741c5c42.zip gcc-a6c764d02ec7716720ceac34b667cda3741c5c42.tar.gz gcc-a6c764d02ec7716720ceac34b667cda3741c5c42.tar.bz2 |
ENABLE_CHECKING refactoring: remove remaining occurrences
libcpp/
* config.in: Regenerate.
* configure: Regenerate.
* configure.ac: Remove ENABLE_CHECKING.
gcc/
* cfganal.c (inverted_post_order_compute): Remove conditional
compilation, use flag_checking.
* config.in: Regenerate.
* configure: Regenerate.
* configure.ac: Remove ENABLE_CHECKING.
* genconditions.c: Do not #undef ENABLE_CHECKING.
* sese.h (bb_in_region): Comment out broken check.
* tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa_1): Remove
conditional compilation, use flag_checking.
From-SVN: r229758
Diffstat (limited to 'gcc/genconditions.c')
-rw-r--r-- | gcc/genconditions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/genconditions.c b/gcc/genconditions.c index 7481ab4..dd5bc92 100644 --- a/gcc/genconditions.c +++ b/gcc/genconditions.c @@ -59,7 +59,6 @@ write_header (void) #if GCC_VERSION >= 3001\n\ \n\ /* Do not allow checking to confuse the issue. */\n\ -#undef ENABLE_CHECKING\n\ #undef CHECKING_P\n\ #define CHECKING_P 0\n\ #undef ENABLE_TREE_CHECKING\n\ |