summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-24 14:09:06 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-24 14:09:06 +0000
commit06350693b46c6243ca2d93dfe53af5985d60c755 (patch)
tree28f4fcc6528302933788606c837a86d7af18eb57 /gcc/config.in
parentab404b5bf1315dbb870529a1cd3c1fcd1d4ace0f (diff)
downloadgcc-06350693b46c6243ca2d93dfe53af5985d60c755.tar.gz
* configure.ac (enable-checking): Add 'runtime' option.
* doc/install.texi (enable-checking): Document 'runtime' checking. * tsystem.h (gcc_assert, gcc_unreachable): Define. * config.in: Regenerated. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96990 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 34fb521f4da..eb58153d8f8 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -54,6 +54,9 @@
that are supported for each access macro. This is relatively cheap. */
#undef ENABLE_RTL_FLAG_CHECKING
+/* Define if you want runtime assertions enabled. This is a cheap check. */
+#undef ENABLE_RUNTIME_CHECKING
+
/* Define if you want all operations on trees (the basic data structure of the
front ends) to be checked for dynamic type safety at runtime. This is
moderately expensive. The tree browser debugging routines will also be