This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/72823] [7 Regression] r239175 causes build failure


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.

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