This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 96536a9 * exp_ch2.adb (Expand_Current_Value): Make an appropriate ch [...] new d47929d Ensure C++ language linkage in cmath and cstdlib new f2da0b9 gcc/
The 2 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: gcc/ChangeLog | 8 +++++++ gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/gcc.dg/pr69328.c | 16 +++++++++++++ gcc/tree-vect-stmts.c | 14 +++++------ libstdc++-v3/ChangeLog | 9 ++++++++ libstdc++-v3/include/c_global/ccomplex | 2 ++ libstdc++-v3/include/c_global/cmath | 4 ++++ libstdc++-v3/include/c_global/cstdlib | 4 ++++ libstdc++-v3/include/c_global/ctgmath | 2 ++ .../{c++1998/stdc++.cc => c++2011/linkage.cc} | 27 +++++++++++----------- 10 files changed, 71 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr69328.c copy libstdc++-v3/testsuite/17_intro/headers/{c++1998/stdc++.cc => c++2011/linkage [...]