This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr70155/master in repository gcc.
discards 47296ff Extend STV pass to 64-bit mode discards ff53a14 Allow all 1s of integer as standard SSE constants adds 281687d * g++.dg/ubsan/pr70135.C: Don't rely on C++17 static_assert. adds cc189a6 libgomp/ PR testsuite/70009 * testsuite/libgomp.oacc-c-c++ [...] adds 92899d3 PR target/70168 * config/rs6000/rs6000.c (rs6000_expand_ato [...] adds a72ec6f Daily bump. adds 2be7449 S/390: Rename shift_count_or_setmem_operand to setmem_operand adds 2a22645 S/390: Define macros for rounding mode constants adds 5a86d75 S/390: Fix rounding for _Decimal128 to _Decimal32 conversion adds 4637a84 gcc/ adds 6926282 PR tree-optimization/70169 * tree-ssa-loop.c (gen_lsm_tmp_n [...] adds 6f9a742 PR rtl-optimization/70174 * expmed.c (store_bit_field_using [...] adds 331e4fd Fix PR/70013 adds 4dd92ac Re: Add -funconstrained-commons to work around PR/69368 (and [...] adds f9c352a PR tree-optimization/70177 * gimple-expr.h (extract_ops_fro [...] new ab15803 Free dominance info if any edges are eliminated new 2393f09 Allow all 1s of integer as standard SSE constants new c304f76 Extend STV pass to 64-bit mode
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (47296ff) \ N -- N -- N refs/heads/hjl/pr70155/master (c304f76)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 3 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 | 86 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cfgrtl.c | 21 ++++- gcc/config/i386/i386.c | 12 +-- gcc/config/rs6000/rs6000.c | 3 + gcc/config/s390/constraints.md | 10 +-- gcc/config/s390/predicates.md | 4 +- gcc/config/s390/s390-protos.h | 3 +- gcc/config/s390/s390.c | 22 +++--- gcc/config/s390/s390.md | 92 ++++++++++++++++------ gcc/config/s390/vx-builtins.md | 4 +- gcc/expmed.c | 12 ++- gcc/gimple-expr.c | 4 +- gcc/gimple-expr.h | 10 +-- gcc/gimple.c | 4 +- gcc/testsuite/ChangeLog | 30 +++++++ gcc/testsuite/g++.dg/ubsan/pr70135.C | 2 +- gcc/testsuite/gcc.dg/pr70169.c | 40 ++++++++++ gcc/testsuite/gcc.dg/pr70174.c | 11 +++ gcc/testsuite/gcc.dg/pr70177.c | 15 ++++ gcc/testsuite/gcc.dg/tree-ssa/sra-20.c | 20 +++++ gcc/testsuite/gcc.target/i386/pr70160.c | 19 +++++ gcc/testsuite/gcc.target/s390/dfp-1.c | 23 ++++++ gcc/testsuite/gfortran.dg/unconstrained_commons.f | 2 +- gcc/tree-sra.c | 3 +- gcc/tree-ssa-forwprop.c | 2 +- gcc/tree-ssa-loop-niter.c | 4 +- gcc/tree-ssa-loop.c | 6 +- libgomp/ChangeLog | 5 ++ .../testsuite/libgomp.oacc-c-c++-common/vprop.c | 4 +- 30 files changed, 398 insertions(+), 77 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr70169.c create mode 100644 gcc/testsuite/gcc.dg/pr70174.c create mode 100644 gcc/testsuite/gcc.dg/pr70177.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/sra-20.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70160.c create mode 100644 gcc/testsuite/gcc.target/s390/dfp-1.c