]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/ChangeLog
reject macros in math decl check
authorAlexandre Oliva <oliva@adacore.com>
Thu, 23 Jan 2020 14:36:12 +0000 (11:36 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Thu, 23 Jan 2020 19:44:54 +0000 (16:44 -0300)
commitf9e84b31df2a5dd911de86c9f1177a9d8c8ea49d
tree10137a19d6f0c2fed308fcf935b11801addfe202
parent7a900bcecab71593b731aa7dcad0fa3be8137f5a
reject macros in math decl check

The C++ headers #undef the functions we are testing for, just in case
they're implemented as macros, so do that in the cross math decl tests
as well.

for  libstdc++-v3/ChangeLog

* crossconfig.m4 (GLIBCXX_CHECK_MATH_DECL): Reject macros.
* configure: Rebuild.
libstdc++-v3/ChangeLog
libstdc++-v3/configure
libstdc++-v3/crossconfig.m4