This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/72823] [7 Regression] r239175 causes build failure
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 06 Aug 2016 19:05:51 +0000
- Subject: [Bug bootstrap/72823] [7 Regression] r239175 causes build failure
- Auto-submitted: auto-generated
- References: <bug-72823-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72823
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I guess the thing is that ENABLE_ASSERT_CHECKING is never defined while
building libcpp, it is simply not handled by libcpp/configure* and not stored
in libcpp/config*. So, either it could use CHECKING_P instead, or the
configury needs to be changed.