This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/interrupt/master in repository gcc.
discards b9c1992 Implement x86 interrupt attribute discards abc0294 Support unaligned SSE moves outside realigned area adds ed03898 PR sanitizer/67867 * search.c (accessible_p): Initialize OT [...] adds f032380 move graphite bookkeeping from sese to sese_info adds e08f2b0 remove unused code adds 3dabf8d * testsuite/lib/atomic-dg.exp (atomic_link_flags): Move flag [...] adds df07d17 PR go/67874 net, runtime: Call C library fcntl function [...] new 571e1a4 PR target/66697 * config/i386/i386.c (ix86_option_override_ [...] new 545ab43 compiler: Don't make temporaries for constant operands. new 3cc661f Implement x86 interrupt attribute
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 (b9c1992) \ N -- N -- N refs/heads/hjl/interrupt/master (3cc661f)
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 | 94 ++++++++++++++++++++++++++- gcc/cp/ChangeLog | 5 ++ gcc/cp/search.c | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 4 +- gcc/graphite-isl-ast-to-gimple.c | 38 +++++------ gcc/graphite-poly.c | 4 +- gcc/graphite-poly.h | 4 +- gcc/graphite-scop-detection.c | 137 ++++++++++++++------------------------- gcc/graphite-sese-to-poly.c | 46 ++++++------- gcc/graphite.c | 8 +-- gcc/sese.c | 104 ++++++++++++++--------------- gcc/sese.h | 132 ++++++++++++++++++++----------------- gcc/testsuite/ChangeLog | 17 ++++- gcc/testsuite/lib/atomic-dg.exp | 16 +++-- libgo/go/net/fd_unix.go | 10 ++- libgo/runtime/go-varargs.c | 24 +++++++ 17 files changed, 383 insertions(+), 264 deletions(-)