This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 480b3b75928 PR libstdc++/88066 Use <> for includes not "" new 0a4390ac502 In C++17 <math.h> should not put special functions in globa [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 22 +++ libstdc++-v3/include/c_compatibility/math.h | 4 +- .../headers/cmath/functions_global.cc} | 31 +++- .../headers/cmath/functions_global_c++17.cc | 111 -------------- .../headers/cmath/special_functions_global.cc | 165 +++++++++++++++++++++ 5 files changed, 214 insertions(+), 119 deletions(-) copy libstdc++-v3/testsuite/{23_containers/list/48101-2_neg.cc => 26_numerics/head [...] delete mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_glob [...] create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/special_functi [...]