This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6a050a3e650 libstdc++: Move include guards to start of headers new 5c34f02ba7e libstdc++: Deprecate useless <cxxx> compatibility headers f [...]
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: gcc/testsuite/g++.old-deja/g++.other/headers1.C | 2 + libstdc++-v3/doc/html/manual/api.html | 8 ++++ libstdc++-v3/doc/xml/manual/evolution.xml | 10 +++++ libstdc++-v3/include/c_compatibility/complex.h | 4 +- libstdc++-v3/include/c_compatibility/tgmath.h | 11 ++--- libstdc++-v3/include/c_global/ccomplex | 9 ++++ libstdc++-v3/include/c_global/ciso646 | 9 ++++ libstdc++-v3/include/c_global/cstdalign | 8 ++++ libstdc++-v3/include/c_global/cstdbool | 8 ++++ libstdc++-v3/include/c_global/ctgmath | 8 ++++ libstdc++-v3/include/c_std/ciso646 | 10 +++++ libstdc++-v3/include/precompiled/stdc++.h | 13 +++--- .../testsuite/18_support/headers/ciso646/macros.cc | 51 ++++++++++++++++++++++ .../18_support/headers/ciso646/macros.h.cc | 49 +++++++++++++++++++++ .../18_support/headers/cstdalign/macros.cc | 10 ++++- .../18_support/headers/cstdalign/macros.h.cc | 25 +++++++++++ .../18_support/headers/cstdalign/std_c++0x_neg.cc | 24 ---------- .../18_support/headers/cstdbool/macros.cc | 9 +++- .../18_support/headers/cstdbool/macros.h.cc | 21 +++++++++ .../18_support/headers/cstdbool/std_c++0x_neg.cc | 26 ----------- .../26_numerics/headers/ccomplex/complex.cc | 10 +++++ .../26_numerics/headers/ccomplex/complex.h.cc | 10 +++++ .../26_numerics/headers/ccomplex/std_c++0x_neg.cc | 26 ----------- .../26_numerics/headers/ctgmath/complex.cc | 9 +++- .../26_numerics/headers/ctgmath/complex.h.cc | 10 +++++ .../26_numerics/headers/ctgmath/std_c++0x_neg.cc | 26 ----------- libstdc++-v3/testsuite/27_io/objects/char/1.cc | 1 - libstdc++-v3/testsuite/27_io/objects/wchar_t/1.cc | 1 - 28 files changed, 288 insertions(+), 120 deletions(-) create mode 100644 libstdc++-v3/testsuite/18_support/headers/ciso646/macros.cc create mode 100644 libstdc++-v3/testsuite/18_support/headers/ciso646/macros.h.cc create mode 100644 libstdc++-v3/testsuite/18_support/headers/cstdalign/macros.h.cc delete mode 100644 libstdc++-v3/testsuite/18_support/headers/cstdalign/std_c++0x_neg.cc create mode 100644 libstdc++-v3/testsuite/18_support/headers/cstdbool/macros.h.cc delete mode 100644 libstdc++-v3/testsuite/18_support/headers/cstdbool/std_c++0x_neg.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/ccomplex/complex.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/ccomplex/complex.h.cc delete mode 100644 libstdc++-v3/testsuite/26_numerics/headers/ccomplex/std_c++0x_neg.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/ctgmath/complex.h.cc delete mode 100644 libstdc++-v3/testsuite/26_numerics/headers/ctgmath/std_c++0x_neg.cc