On 10/18/2015 12:17 AM, Mikhail Maltsev wrote:
Also, gcc_checking_assert in libcpp requires gcc_assert to be defined. That was missing in my original patch (and was added in patch 2/9), but I think it would be better to fix it here, as Bernd noticed (in the last paragraph of [1]). Besides, I like Richard's proposal [2] about moving CHECKING_P macros into configure.ac. [1] https://gcc.gnu.org/ml/gcc-patches/2015-10/msg00550.html [2] https://gcc.gnu.org/ml/gcc-patches/2015-10/msg00555.html It required minor tweaking in order to silence autotools' warnings. I attached the modified patch. OK for trunk (after bootstrap/regtest)? P.S. I am planning to post at least some of the other updated parts today, and I also hope to get in time with the whole series (before stage1 ends).
OK for the trunk. And I went ahead and installed the patch for you. jeff