This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 75cb41b S/390: Fix pr67443.c. new 8669e75 Use static pointer to member when catching nullptr new 5dc6ab3 LWG 2328 Rvalue stream extraction should use perfect forwarding new 108349d LWG 2441 Provide exact-width atomic typedefs new d868016 Document LWG DR 2684 status and regenerate libstdc++ manual
The 4 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/ChangeLog | 5 ++++ gcc/testsuite/g++.dg/cpp0x/nullptr35.C | 33 ++++++++++++++++++++-- libstdc++-v3/ChangeLog | 22 +++++++++++++++ libstdc++-v3/doc/html/manual/bugs.html | 10 +++++++ libstdc++-v3/doc/xml/manual/intro.xml | 18 ++++++++++++ libstdc++-v3/include/std/atomic | 28 ++++++++++++++++++ libstdc++-v3/include/std/istream | 6 ++-- libstdc++-v3/libsupc++/pbase_type_info.cc | 12 ++++---- libstdc++-v3/testsuite/27_io/rvalue_streams.cc | 24 ++++++++++++++++ .../29_atomics/headers/atomic/std_c++0x_neg.cc | 3 -- .../29_atomics/headers/atomic/types_std_c++0x.cc | 10 +++++++ 11 files changed, 159 insertions(+), 12 deletions(-)