This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tuples] adding ENABLE_GIMPLE_CHECKING


Yup: autoconf 2.59.

On 7/24/07, Diego Novillo <dnovillo@google.com> wrote:
On 7/24/07 4:08 PM, Christopher Matthews wrote:

>    * configure.ac: Added support for ENABLE_GIMPLE_CHECKING and the
>    --enable-checking=gimple flag.
>    * config.in: Same.
>    * configure: Regenerated.

No need to include generated files in the diff.  They only add clutter.
 Did you regenerate it with autoconf 2.59?

> +if test x$ac_gimple_checking != x ; then
> +  AC_DEFINE(ENABLE_GIMPLE_CHECKING, 1,
> +[Define if you want extra checking performed during the gimplifction of trees.])

"Define if you want operations on GIMPLE (the basic data structure of
the high-level optimizers) to be checked for dynamic type safety at
runtime.  This is moderately expensive."

The rest looks fine.  Little by little we can convert the GIMPLE
optimizers to use 'if defined ENABLE_GIMPLE_CHECKING' wherever
ENABLE_TREE_CHECKING or ENABLE_CHECKING are used.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]