]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR bootstrap/70704 (AIX bootstrap comparison failure)
authorJakub Jelinek <jakub@redhat.com>
Tue, 26 Apr 2016 06:10:43 +0000 (08:10 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 26 Apr 2016 06:10:43 +0000 (08:10 +0200)
commit7db11a5a3233b5181d38957a426f88da1d791478
tree3ae8d8abe5093326ad45e3a9961718c34e91ccd9
parent513d5d7f553f880388845950cd771edda6e769fd
re PR bootstrap/70704 (AIX bootstrap comparison failure)

PR bootstrap/70704
* configure.ac (--enable-stage1-checking): For --disable-checking or
implicit --enable-checking, make sure extra flag matches in between
stage1 and later checking.
* configure: Regenerated.
gcc/
* configure.ac (--enable-checking): Document extra flag, for
non-release builds default to --enable-checking=yes,extra.
If misc checking and extra checking, define CHECKING_P to 2 instead
of 1.
* common.opt (fchecking=): Add.
* doc/invoke.texi (-fchecking=): Document.
* doc/install.texi: Document --enable-checking changes.
* configure: Regenerated.
* config.in: Regenerated.
gcc/cp/
* pt.c (build_non_dependent_expr): Use flag_checking > 1 instead of
just flag_checking.

From-SVN: r235430
12 files changed:
ChangeLog
configure
configure.ac
gcc/ChangeLog
gcc/common.opt
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/doc/install.texi
gcc/doc/invoke.texi