This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr53037/master in repository gcc.
discards 60f00a90619 Add warn_if_not_aligned attribute adds 419a98a9282 Daily bump. adds c5bd988821c cmd/go: pass -funwind-tables when compiling C code adds 4bec7283cda Add warn_if_not_aligned attribute adds 23bafc2f74e * c-parser.c (c_parser_postfix_expression): Remove unused [...] adds f04d3651be0 misc/cgo/test: make cgo tests run on AIX adds 21b932faac2 PR libstdc++/81891 fix double-free in hashtable constructor adds 55058771df4 C++: fix ordering of missing std #include suggestion (PR c+ [...] adds 8bfbefefde7 Simplify allocator usage in unordered containers adds 9839559a054 PR go/81893 runtime: only use PPC GNU/Linux register c [...] adds 5e0bcf280ad gcc/ PR target/80210 * config/rs6000/rs6000.c (rs6000_act [...] adds e0d26ea0ba2 jit: make simpler reproducers adds dcd0fe88e9f jit: fix segfault with autovectorization (PR tree-optimizat [...] adds 45513501f51 Daily bump. adds a53321d558a PR target/81894 * doc/extend.texi (x86 Built-in Functions [...] adds 13ff233f011 * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove. (TA [...] new 2d3f73a6965 Don't override user alignment with the same value
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 (60f00a90619) \ N -- N -- N refs/heads/hjl/pr53037/master (2d3f73a6965)
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 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: gcc/ChangeLog | 66 +++- gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 11 + gcc/c/ChangeLog | 12 + gcc/c/c-parser.c | 27 +- gcc/config/i386/i386-builtin.def | 46 +-- gcc/config/i386/i386.c | 18 +- gcc/config/i386/i386.h | 5 - gcc/config/i386/i386.md | 13 +- gcc/config/i386/sse.md | 14 +- gcc/config/rs6000/rs6000.c | 99 +++--- gcc/cp/ChangeLog | 16 + gcc/cp/name-lookup.c | 39 +-- gcc/doc/extend.texi | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/jit/ChangeLog | 17 + gcc/jit/dummy-frontend.c | 11 + gcc/jit/jit-recording.c | 62 +++- gcc/stor-layout.c | 2 +- gcc/testsuite/ChangeLog | 32 ++ gcc/testsuite/g++.dg/lookup/empty.h | 1 + .../g++.dg/lookup/missing-std-include-2.C | 11 +- gcc/testsuite/gcc.target/powerpc/pr80210.c | 10 + gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 + gcc/testsuite/jit.dg/test-autovectorize.c | 375 +++++++++++++++++++++ libgo/go/cmd/go/build.go | 6 + libgo/misc/cgo/test/cthread_unix.c | 2 +- libgo/misc/cgo/test/issue18146.go | 2 + libgo/runtime/go-signal.c | 5 +- libstdc++-v3/ChangeLog | 19 ++ libstdc++-v3/include/bits/hashtable.h | 13 +- libstdc++-v3/include/bits/hashtable_policy.h | 29 +- .../unordered_map/cons/81891.cc} | 50 +-- 33 files changed, 805 insertions(+), 224 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/empty.h create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80210.c create mode 100644 gcc/testsuite/jit.dg/test-autovectorize.c copy libstdc++-v3/testsuite/{22_locale/codecvt/codecvt_utf8_utf16/79511.cc => 23_c [...]