diff options
author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-07 22:52:19 +0000 |
---|---|---|
committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-07 22:52:19 +0000 |
commit | b0e7e012c900fafd63a51bb003e311ef40eab3d7 (patch) | |
tree | 752beb8a7dc38d8612cad2672ca57166381db4bb /gcc/config.in | |
parent | d932f956c4531df74bdf96538013680d7968599f (diff) | |
download | gcc-b0e7e012c900fafd63a51bb003e311ef40eab3d7.tar.gz |
* config.in (ENABLE_RTL_FLAG_CHECKING): New.
* configure.in (ac_rtlflag_checking): New.
* doc/install.texi (--enable-checking): Document RTL flag checking.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53272 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 06f9742af49..3ec1a80e344 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -287,6 +287,11 @@ at runtime. This is quite expensive. */ #undef ENABLE_RTL_CHECKING +/* Define if you want RTL flag accesses to be checked against the RTL + codes that are supported for each access macro. This is relatively + cheap. */ +#undef ENABLE_RTL_FLAG_CHECKING + /* Define if you want the garbage collector to do object poisoning and other memory allocation checks. This is quite expensive. */ #undef ENABLE_GC_CHECKING |