diff options
author | miyuki <miyuki@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-04 15:01:46 +0000 |
---|---|---|
committer | miyuki <miyuki@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-04 15:01:46 +0000 |
commit | 29134d13431e7bd17d904a07f04fb5ac77da6dfa (patch) | |
tree | c74e9331855a085ae3e13ae1ba3f18655fb151da /gcc/configure.ac | |
parent | 5e8689fb08c2687bad1165612b8568d1f8f6d69b (diff) | |
download | gcc-29134d13431e7bd17d904a07f04fb5ac77da6dfa.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 7e22267e3bb..d03a0bd1c17 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -566,9 +566,6 @@ IFS="$ac_save_IFS" nocommon_flag="" if test x$ac_checking != x ; then - AC_DEFINE(ENABLE_CHECKING, 1, -[Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks.]) AC_DEFINE(CHECKING_P, 1, [Define to 1 if you want more run-time sanity checks. This one gets a grab bag of miscellaneous but relatively cheap checks.]) |