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 e578b75 Implement x86 interrupt attribute adds 9593413 liboffloadmic: Add missed checks for malloc and strdup return values adds b3c8ca2 [PATCH] [2/n] Fix minor SSA_NAME leaks adds b50f273 [PATCH] [3/n] Fix minor SSA_NAME leaks adds 352441a [PATCH] [4/n] Fix minor SSA_NAME leaks adds c7f66ec [PATCH] [4/n] Fix minor SSA_NAME leaks adds c86ad30 * ipa-icf.c (sem_item::compare_symbol_references): Fix use [...] adds a528609 Daily bump. adds c05c1b4 [PATCH] [5/n] Fix minor SSA_NAME leaks adds 717ceea 2015-10-09 Richard Biener rguenther@suse.de adds 5581af0 * gcc-interface/Make-lang.in: Make sure that GNAT1_OBJS and [...] adds fa835ba * MAINTAINERS (Write After Approval): Add myself. adds 115857e [Patch PR target/67366 1/2] [ARM] - Add movmisalignhi / si patterns adds 6b7a6f4 [AArch64] Handle literal pools for functions > 1 MiB in size. new 434b5fd 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 (e578b75) \ N -- N -- N refs/heads/hjl/interrupt/master (434b5fd)
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: ChangeLog | 4 +++ MAINTAINERS | 1 + gcc/ChangeLog | 49 +++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 +++ gcc/ada/gcc-interface/Make-lang.in | 2 +- gcc/config/arm/arm.md | 35 +++++++++++++++++++ gcc/config/arm/iterators.md | 3 ++ gcc/config/i386/i386.c | 18 +++++----- gcc/gimple-fold.c | 16 +++++---- gcc/gimple-match-head.c | 10 +++--- gcc/gimple-match.h | 18 ++++++++++ gcc/ipa-icf.c | 4 +-- gcc/testsuite/ChangeLog | 12 +++++++ gcc/testsuite/gcc.dg/tree-ssa/pr67891.c | 17 ++++++++++ gcc/testsuite/gcc.target/arm/pr67366.c | 14 ++++++++ gcc/testsuite/lib/target-supports.exp | 9 +++++ gcc/tree-ssa-dse.c | 1 + gcc/tree-ssa-loop-im.c | 2 ++ gcc/tree-ssa-sccvn.c | 48 +++++++++++++------------- gcc/tree-stdarg.c | 2 ++ gcc/value-prof.c | 15 ++++++++ liboffloadmic/ChangeLog | 11 ++++++ liboffloadmic/runtime/emulator/coi_device.cpp | 3 +- liboffloadmic/runtime/offload_engine.cpp | 5 +-- liboffloadmic/runtime/offload_env.cpp | 6 ++++ liboffloadmic/runtime/offload_host.cpp | 14 +++++++- 27 files changed, 275 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr67891.c create mode 100644 gcc/testsuite/gcc.target/arm/pr67366.c