This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0e2c5510e00 libstdc++: Fix up <complex> for extended floating point typ [...] new c5e8c6c193d c++: Alignment changes to layout compatibility/common initi [...] new ec59848074b libstdc++: Fix stream initialization with static library [P [...]
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/typeck.cc | 6 +-- gcc/testsuite/g++.dg/DRs/dr2583.C | 45 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/is-layout-compatible3.C | 4 +- libstdc++-v3/include/std/iostream | 2 +- libstdc++-v3/src/c++98/globals_io.cc | 2 + libstdc++-v3/src/c++98/ios_base_init.h | 1 + libstdc++-v3/src/c++98/ios_init.cc | 2 - libstdc++-v3/testsuite/17_intro/static.cc | 2 +- 8 files changed, 55 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/DRs/dr2583.C