]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.in
configure.in (--enable-checking): Add fold category.
authorJakub Jelinek <jakub@redhat.com>
Mon, 28 Jul 2003 15:42:24 +0000 (17:42 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 28 Jul 2003 15:42:24 +0000 (17:42 +0200)
commit5dfa45d043db04ebddf4081364661e0784304d39
tree171abb9dcfe266e6906e8910ab7d2a2a3a72cce0
parent66584e64179362cd8d96b676ea793e9fee38788d
configure.in (--enable-checking): Add fold category.

* configure.in (--enable-checking): Add fold category.
(ENABLE_FOLD_CHECKING): Define if requested.
* configure: Rebuilt.
* config.in: Rebuilt.
* doc/install.texi: Document it.
* fold-const.c: Include md5.h.
[ENABLE_FOLD_CHECKING] (fold): Define to fold_1.
[ENABLE_FOLD_CHECKING] (fold, fold_checksum_tree, fold_check_failed,
print_fold_checksum): New functions.

* fold-const.c (fold): Never modify argument passed to fold, instead
change a copy and return it.
* convert.c (convert_to_integer): Likewise.
testsuite/
* gcc.c-torture/compile/20030725-1.c: New test.

From-SVN: r69886
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.in
gcc/convert.c
gcc/doc/install.texi
gcc/fold-const.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20030725-1.c [new file with mode: 0644]