This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ab885a1ec2b [aarch64] Add CPU support for Ampere Computing's eMAG. new 23df31a7c6b 2018-11-23 Edward Smith-Rowland 3dw4rd@verizon.net
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: libstdc++-v3/ChangeLog | 20 ++ libstdc++-v3/include/std/complex | 224 ++++++++++----------- .../comparison_operators/more_constexpr.cc} | 33 ++- .../complex/operators/more_constexpr.cc | 62 ++++++ .../complex/requirements/more_constexpr.cc | 171 ++++++++++++++++ .../{constexpr.cc => more_constexpr.cc} | 11 +- .../26_numerics/headers/complex/synopsis.cc | 90 +++++---- 7 files changed, 448 insertions(+), 163 deletions(-) copy libstdc++-v3/testsuite/{20_util/remove_cvref/requirements/explicit_instantiat [...] create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/operators/more_constexpr.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/requirements/more_co [...] copy libstdc++-v3/testsuite/26_numerics/complex/value_operations/{constexpr.cc => [...]