summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-30 05:28:53 +0000
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-30 05:28:53 +0000
commita4cb9727d2a35b463ae0440968aefc53fbb4465c (patch)
treee1d6528d31af8931b7f3f106dfea46dad443171a /gcc/config.in
parent739af769cb3a6cf8400058011e7752b04ed390c2 (diff)
downloadgcc-a4cb9727d2a35b463ae0440968aefc53fbb4465c.tar.gz
gcc/ada/
PR documentation/15479 * gnat-style.texi: Remove AdaCore copyright statement and GPL statement for GNAT. Add @copying stanza, use it. Update to GFDL 1.2. Do not list GFDL as Invariant Section, do not list title as Front-Cover Text. * gnat_rm.texi: Likewise. * gnat_ugn.texi: Likewise. gcc/ * doc/cpp.texi: Update to GFDL 1.2. * doc/gcc.texi: Do not list GPL as Invariant Section. * doc/gccint.texi: Likewise. Update copyright years. * doc/install.texi: Update copyright years. gcc/fortran/ * gfc-internals.texi: Update to GFDL 1.2. Do not list GPL as Invariant Section. * gfortran.texi: Likewise. * intrinsic.texi: Do not list GPL as Invariant Section. * invoke.texi: Likewise. Update copyright years. gcc/java/ * gcj.texi: Update copyright years. Do not list GPL as Invariant Section. libgomp/ * libgomp.texi: Update to GFDL 1.2. Update copyright years. Do not list GPL as Invariant Section. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138293 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in
index ca66efe6c8b..b4261d9d9e5 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -93,6 +93,14 @@
#endif
+/* 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. */
+#ifndef USED_FOR_TARGET
+#undef ENABLE_GIMPLE_CHECKING
+#endif
+
+
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#ifndef USED_FOR_TARGET
@@ -126,12 +134,6 @@
#undef ENABLE_TREE_CHECKING
#endif
-/* 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. */
-#ifndef USED_FOR_TARGET
-#undef ENABLE_GIMPLE_CHECKING
-#endif
/* Define if you want all gimple types to be verified after gimplifiation.
This is cheap. */