This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 33a55fdb1e7 Fix shadd-2.c scan assembler count. new 82030d51017 libstdc++: Make std::chrono::duration use reduced ratio for period new cad843c7e7a gotest: use a space rather than a middle dot in target lists new 8b394f011a8 Daily bump. new 6ba09730375 Fix: AVX512VP2INTERSECT should imply AVX512DQ. new 58d6eea0e07 Add expander for movp2hi and movp2qi.
The 5 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/ChangeLog | 208 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 + gcc/c/ChangeLog | 5 + gcc/common/config/i386/i386-common.c | 4 +- gcc/config/i386/i386-expand.c | 6 + gcc/config/i386/sse.md | 24 +++ gcc/cp/ChangeLog | 11 ++ gcc/fortran/ChangeLog | 11 ++ gcc/go/gofrontend/MERGE | 2 +- gcc/lto/ChangeLog | 5 + gcc/testsuite/ChangeLog | 50 +++++ gcc/testsuite/gcc.target/i386/double_mask_reg-1.c | 19 ++ libgo/testsuite/gotest | 4 +- libstdc++-v3/ChangeLog | 92 +++++++++ libstdc++-v3/include/std/chrono | 45 ++++- .../duration/requirements/reduced_period.cc | 131 +++++++++++++ .../20_util/duration/requirements/typedefs_neg2.cc | 3 +- 18 files changed, 611 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/double_mask_reg-1.c create mode 100644 libstdc++-v3/testsuite/20_util/duration/requirements/reduced_period.cc