This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 89d0a14a1fd Manually add ChangeLog entries from r13-3652-ge4cba49413ca4 [...] new d0a492faa64 c++: correct __has_attribute(init_priority) new 4e4e3ffd10f libstdc++: Move stream initialization into compiled library [...]
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/cp/tree.cc | 20 +++++++------------- gcc/testsuite/g++.dg/special/initpri3.C | 10 ++++++++++ libstdc++-v3/include/std/iostream | 4 ++++ libstdc++-v3/src/c++98/ios_base_init.h | 12 ++++++++++++ libstdc++-v3/src/c++98/ios_init.cc | 2 ++ 5 files changed, 35 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/special/initpri3.C create mode 100644 libstdc++-v3/src/c++98/ios_base_init.h