This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.27/master
in repository glibc.
from 39071a5539 Linux i386: tst-bz21269 triggers SIGBUS on some kernels
new ced2cd1ede RISC-V: fix struct kernel_sigaction to match the kernel vers [...]
new 623f4aef13 Add tst-sigaction.c to test BZ #23069
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:
ChangeLog | 10 +++++
signal/Makefile | 2 +-
.../tst-sigaction.c | 44 +++++++++++++---------
sysdeps/unix/sysv/linux/riscv/kernel_sigaction.h | 7 ++++
4 files changed, 44 insertions(+), 19 deletions(-)
copy nptl/tst-minstack-cancel.c => signal/tst-sigaction.c (56%)
create mode 100644 sysdeps/unix/sysv/linux/riscv/kernel_sigaction.h
--
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 roland/pr77609
in repository gcc.
discards e3f13c2afab PR other/77609: Let the assembler choose ELF section types [...]
adds 2e7e8f549a4 PR target/84431 * config/i386/i386.md (*ashl<dwi>3_double [...]
new a2835e5f7dc PR other/77609: Let the assembler choose ELF section types [...]
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 (e3f13c2afab)
\
N -- N -- N refs/heads/roland/pr77609 (a2835e5f7dc)
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 | 10 ++-
gcc/config/i386/i386.md | 142 ++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/pr84431.c | 19 +++++
4 files changed, 175 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr84431.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 roland/6/pr77609
in repository gcc.
discards 17571017f25 PR other/77609: Let the assembler choose ELF section types [...]
adds cd95b30c4e2 Daily bump.
adds ae7c5b991df Daily bump.
adds ade88f07083 Daily bump.
adds 5162579094a Daily bump.
adds 7bab1964378 PR middle-end/85496 * expr.c (store_field): In the bitfie [...]
adds 5e2b3c1931d 2018-04-23 Aaron Sawdey <acsawdey(a)linux.ibm.com>
adds 71dc1290829 Daily bump.
adds 8412d3b095a 2018-04-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds 87064b32fe4 Daily bump.
adds 9e6cb7b8b58 Backport r259265
adds 53a9ce45cfa Backport r259274
adds 0805679f1bc Backport r259429
adds e220382553d Backport r259431
adds 8ce7307a5ff Daily bump.
adds c23e2957e45 Daily bump.
adds 062ea426b3f Daily bump.
new 1ff6779814e PR other/77609: Let the assembler choose ELF section types [...]
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 (17571017f25)
\
N -- N -- N refs/heads/roland/6/pr77609 (1ff6779814e)
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 | 34 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000-c.c | 9 ++++++
gcc/expr.c | 5 ++--
gcc/fortran/ChangeLog | 5 ++++
gcc/fortran/decl.c | 6 +++-
gcc/ipa-devirt.c | 11 ++++++--
gcc/lto/ChangeLog | 18 ++++++++++++
gcc/lto/lto-symtab.c | 13 +++++++++
gcc/testsuite/ChangeLog | 26 +++++++++++++++++
gcc/testsuite/g++.dg/torture/pr85496.C | 18 ++++++++++++
gcc/testsuite/gcc.dg/lto/pr85248_0.c | 45 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/lto/pr85248_1.c | 9 ++++++
gcc/testsuite/gcc.target/powerpc/pr83660.C | 14 ++++++++++
gcc/testsuite/gfortran.dg/pr85520.f90 | 7 +++++
15 files changed, 216 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr85496.C
create mode 100644 gcc/testsuite/gcc.dg/lto/pr85248_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr85248_1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr83660.C
create mode 100644 gcc/testsuite/gfortran.dg/pr85520.f90
--
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 66b5ed278de 2018-04-28 Richard Biener <rguenther(a)suse.de>
new 2e7e8f549a4 PR target/84431 * config/i386/i386.md (*ashl<dwi>3_double [...]
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 | 8 ++
gcc/config/i386/i386.md | 142 ++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/pr84431.c | 19 +++++
4 files changed, 174 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr84431.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/gcc-compare-results.
from 2a7b6b3 Add 2 new unstable libgomp tests on QEMU.
new a8d87b8 compare_jobs.sh: Handle list of targets to compare, if provided.
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:
compare_jobs.sh | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 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 a21c638a218 Daily bump.
new 66b5ed278de 2018-04-28 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/tree-cfg.c | 14 ++++++--------
2 files changed, 12 insertions(+), 8 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 llvm.
from 3f6034f46a9 [SCEV] Touch the unsused stats variables for product build.
new 762f485791f [X86] Change memory operand of BNDMK/BNDCL/BNDCU/BNDCN/BNDS [...]
new 12eeab5f684 [X86] Remove mayLoad flag from BNDMK/BNDCL/BNDCN/BNDCU.
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:
lib/Target/X86/X86InstrMPX.td | 15 ++++++---------
1 file changed, 6 insertions(+), 9 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 llvm.
from 4daa1867cbf [X86] Remove REX.W from 64-bit mode BND instructions.
new 3f6034f46a9 [SCEV] Touch the unsused stats variables for product build.
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:
lib/Analysis/ScalarEvolution.cpp | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.