This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from d6a0657 gcc/ Backport from mainline 2015-09-23 Oleg Endo <olegend [...]
new 6652a3a 2015-09-23 John David Anglin <danglin(a)gcc.gnu.org>
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:
libgcc/ChangeLog | 24 +++++++++++++++++
libgcc/config/pa/linux-atomic.c | 60 ++++++++++++++++++++++++++++++-----------
2 files changed, 68 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from 24d0d5a Daily bump.
new 070b5a0 * config/pa/linux-atomic.c (__kernel_cmpxchg2): Reorder erro [...]
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:
libgcc/ChangeLog | 24 +++++++++++++++++
libgcc/config/pa/linux-atomic.c | 60 ++++++++++++++++++++++++++++++-----------
2 files changed, 68 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 8e610ff Initial support for new interrupt attribute
discards bb4a145 Implement x86 interrupt/exception attributes
new 286318f 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 (8e610ff)
\
N -- N -- N refs/heads/hjl/interrupt/master (286318f)
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/config/i386/i386.c | 144 ++++++++++-----------
gcc/config/i386/i386.h | 4 -
gcc/config/i386/i386.md | 2 -
gcc/config/i386/predicates.md | 2 -
gcc/doc/extend.texi | 74 ++++++-----
gcc/testsuite/gcc.target/i386/interrupt-1.c | 4 +-
gcc/testsuite/gcc.target/i386/interrupt-10.c | 14 +-
gcc/testsuite/gcc.target/i386/interrupt-11.c | 32 +++--
gcc/testsuite/gcc.target/i386/interrupt-12.c | 22 ----
gcc/testsuite/gcc.target/i386/interrupt-13.c | 38 ------
gcc/testsuite/gcc.target/i386/interrupt-2.c | 4 +-
gcc/testsuite/gcc.target/i386/interrupt-3.c | 6 +-
gcc/testsuite/gcc.target/i386/interrupt-387-err.c | 8 +-
gcc/testsuite/gcc.target/i386/interrupt-4.c | 21 ++-
gcc/testsuite/gcc.target/i386/interrupt-5.c | 8 +-
gcc/testsuite/gcc.target/i386/interrupt-6.c | 43 ++++--
gcc/testsuite/gcc.target/i386/interrupt-7.c | 22 +---
gcc/testsuite/gcc.target/i386/interrupt-8.c | 25 ++--
gcc/testsuite/gcc.target/i386/interrupt-9.c | 14 +-
gcc/testsuite/gcc.target/i386/interrupt-args-err.c | 18 ---
gcc/testsuite/gcc.target/i386/interrupt-bnd.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-iamcu.c | 4 +-
gcc/testsuite/gcc.target/i386/interrupt-mmx-err.c | 9 +-
.../gcc.target/i386/interrupt-redzone-1.c | 2 +-
.../gcc.target/i386/interrupt-redzone-2.c | 2 +-
.../gcc.target/i386/interrupt-retval-err.c | 22 ----
gcc/testsuite/gcc.target/i386/interrupt-sibcall.c | 4 +-
.../gcc.target/i386/interrupt-switch-abi.c | 12 +-
gcc/testsuite/gcc.target/i386/interrupt-xmm.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-ymm.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-zmm.c | 2 +-
gcc/testsuite/gcc.target/i386/pr66960-1.c | 21 ---
gcc/testsuite/gcc.target/i386/pr66960-2.c | 21 ---
gcc/testsuite/gcc.target/i386/pr66960-3.c | 17 ---
34 files changed, 248 insertions(+), 379 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/i386/interrupt-12.c
delete mode 100644 gcc/testsuite/gcc.target/i386/interrupt-13.c
delete mode 100644 gcc/testsuite/gcc.target/i386/interrupt-args-err.c
delete mode 100644 gcc/testsuite/gcc.target/i386/interrupt-retval-err.c
delete mode 100644 gcc/testsuite/gcc.target/i386/pr66960-1.c
delete mode 100644 gcc/testsuite/gcc.target/i386/pr66960-2.c
delete mode 100644 gcc/testsuite/gcc.target/i386/pr66960-3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 50a190c Fix small typos in the coding rule enforcement warnings.
new c241a61 PR go/67695 mksysinfo.sh: Use = with test rather than ==.
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/go/gofrontend/MERGE | 2 +-
libgo/mksysinfo.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 618c2dc runtime: rewrite lfstack packing/unpacking to look more l [...]
new 50a190c Fix small typos in the coding rule enforcement warnings.
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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/diagnostic/disable.C | 2 +-
4 files changed, 14 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3bf38a0 Fix --enable-offload-targets/-foffload handling, pt. 2
new 618c2dc runtime: rewrite lfstack packing/unpacking to look more l [...]
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/go/gofrontend/MERGE | 2 +-
libgo/runtime/lfstack.goc | 58 ++++++++++++++++++++++++++++++-----------------
2 files changed, 38 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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.
from bb4a145 Implement x86 interrupt/exception attributes
new 8e610ff Initial support for new interrupt attribute
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/config/i386/i386.c | 51 +++++++++++++++++----------
gcc/testsuite/gcc.target/i386/interrupt-2.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-3.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-4.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-5.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-6.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-7.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-bnd.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-xmm.c | 4 +--
gcc/testsuite/gcc.target/i386/interrupt-ymm.c | 4 +--
gcc/testsuite/gcc.target/i386/interrupt-zmm.c | 4 +--
gcc/testsuite/gcc.target/i386/pr66960-1.c | 2 +-
12 files changed, 46 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from df67b98 Refactor omp_reduction_init: omp_reduction_init_op
new daa8f58 Fix --enable-offload-targets/-foffload handling, pt. 1
new 3bf38a0 Fix --enable-offload-targets/-foffload handling, pt. 2
The 2 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 | 17 +++++++++++++++++
gcc/config.in | 2 +-
gcc/configure | 2 +-
gcc/configure.ac | 4 ++--
gcc/gcc.c | 30 ++++++++++++++++--------------
gcc/lto-wrapper.c | 4 ++++
libgomp/config.h.in | 2 +-
libgomp/plugin/configfrag.ac | 2 +-
8 files changed, 43 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6c1bd04 2015-09-23 Richard Biener <rguenther(a)suse.de>
new df67b98 Refactor omp_reduction_init: omp_reduction_init_op
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 | 9 +++++++++
gcc/omp-low.c | 16 ++++++++++++----
gcc/omp-low.h | 1 +
gcc/tree-parloops.c | 16 +++++-----------
4 files changed, 27 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7013cc7 AVX-512. Fix emit in '*<mshift><mode>3' pattern.
new 6c1bd04 2015-09-23 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/fold-const.c | 17 ++++++++++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/ubsan/pr67662.c | 14 ++++++++++++++
4 files changed, 37 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr67662.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.