This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 21313bbac56 Daily bump.
new a41439a0690 Fix: AVX512VP2INTERSECT should imply AVX512DQ.
new 436ee9fec27 Add expander for movp2hi and movp2qi.
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/common/config/i386/i386-common.c | 4 ++--
gcc/config/i386/i386-expand.c | 6 ++++++
gcc/config/i386/sse.md | 24 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/double_mask_reg-1.c | 19 ++++++++++++++++++
4 files changed, 51 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/double_mask_reg-1.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 58d6eea0e07 Add expander for movp2hi and movp2qi.
new 3ba43155d2b testsuite: Run gcc.dg/pr96579.c only on targets with dfp support.
new 9d463ce7f98 This patch fixes PR96624.
new 43f3e695699 aarch64: Disable mem-shift-canonical test on ILP32
new 3b062fc43e1 fix a typo in rtl.texi
new b648814c02e [PATCH PR96357][GCC][AArch64]: could not split insn UNSPEC_ [...]
new cb3c3d63315 Fortran: Fix absent-optional handling for nondescriptor arr [...]
The 6 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/aarch64/aarch64-sve.md | 42 ++++++++++++++++---
gcc/doc/rtl.texi | 2 +-
gcc/fortran/simplify.c | 14 ++++++-
gcc/fortran/trans-array.c | 10 ++++-
gcc/testsuite/gcc.dg/pr96579.c | 2 +-
.../gcc.target/aarch64/mem-shift-canonical.c | 1 +
gcc/testsuite/gcc.target/aarch64/sve/pr96357.c | 25 +++++++++++
.../gfortran.dg/optional_assumed_charlen_2.f90 | 48 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/reshape_8.f90 | 14 +++++++
9 files changed, 147 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr96357.c
create mode 100644 gcc/testsuite/gfortran.dg/optional_assumed_charlen_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/reshape_8.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 binutils-gdb.
from 4a5700b62f7 gas: Handle bad -gdwarf options, just like bad --gdwarf options.
new 07319accdf8 PR26418 UBSAN: cache.c:386 null pointer fwrite
new ed2ed4dcf4a PR26460 UBSAN: tc-ia64.c:6107 index out of bounds
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:
bfd/ChangeLog | 6 ++++++
bfd/ecofflink.c | 4 ++--
gas/ChangeLog | 6 ++++++
gas/config/tc-ia64.c | 6 ++++--
4 files changed, 18 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 newlib.
from c8b076a23 Cygwin: select: Fix a bug on closing pi->bye event.
new c6b45af54 Cygwin: sigproc: fix minor formatting issue
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:
winsup/cygwin/sigproc.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 binutils-gdb.
from 64b63c2993d MSP430: Fix alignment of __*_array_start symbols in default [...]
new 4a5700b62f7 gas: Handle bad -gdwarf options, just like bad --gdwarf options.
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:
gas/ChangeLog | 4 ++++
gas/as.c | 7 +++++++
2 files changed, 11 insertions(+)
--
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 newlib.
from 49a9ffdf4 Cygwin: fhandler_fifo::delete_client_handler: improve efficiency
new 0a31ad6f4 Cygwin: fix up proc_subproc flags and matching pinfo methods
new eb3e3e473 Cygwin: sigproc: return int from remove_proc
new 558fa888e Cygwin: sigproc: drop __stdcall
new 163daed37 Cygwin: drop PROC_DETACHED_CHILD flag
new 7c963c7ba Cygwin: sigproc: Allow more child processes per process
new c8b076a23 Cygwin: select: Fix a bug on closing pi->bye event.
The 6 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:
winsup/cygwin/child_info.h | 2 -
winsup/cygwin/fork.cc | 6 +-
winsup/cygwin/pinfo.h | 11 ++-
winsup/cygwin/select.cc | 6 +-
winsup/cygwin/sigproc.cc | 182 +++++++++++++++++++++++++++------------------
winsup/cygwin/sigproc.h | 21 +++---
winsup/cygwin/spawn.cc | 5 +-
7 files changed, 133 insertions(+), 100 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 binutils-gdb.
from 7ca371dba5d PR26418 UBSAN: cache.c:386 null pointer fwrite
new 87870682f3a LD: Add new %pU vfinfo format for printing linker script name
new 64b63c2993d MSP430: Fix alignment of __*_array_start symbols in default [...]
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:
ld/ChangeLog | 21 ++++++
ld/emultempl/msp430.em | 81 +++++++++++++++++++++-
ld/ldmisc.c | 9 ++-
ld/scripttempl/elf32msp430.sc | 3 +
ld/testsuite/ld-msp430-elf/finiarray-warn.ld | 46 ++++++++++++
ld/testsuite/ld-msp430-elf/finiarray-warn.r | 1 +
ld/testsuite/ld-msp430-elf/initarray-nowarn.ld | 45 ++++++++++++
.../testsuite/ld-msp430-elf/initarray-nowarn.r | 0
ld/testsuite/ld-msp430-elf/initarray-warn.ld | 46 ++++++++++++
ld/testsuite/ld-msp430-elf/initarray-warn.r | 1 +
ld/testsuite/ld-msp430-elf/initarray.s | 21 ++++++
ld/testsuite/ld-msp430-elf/msp430-elf.exp | 13 ++++
ld/testsuite/ld-msp430-elf/preinitarray-warn.ld | 46 ++++++++++++
ld/testsuite/ld-msp430-elf/preinitarray-warn.r | 1 +
14 files changed, 330 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-msp430-elf/finiarray-warn.ld
create mode 100644 ld/testsuite/ld-msp430-elf/finiarray-warn.r
create mode 100644 ld/testsuite/ld-msp430-elf/initarray-nowarn.ld
copy binutils/testsuite/binutils-all/empty => ld/testsuite/ld-msp430-elf/initarray [...]
create mode 100644 ld/testsuite/ld-msp430-elf/initarray-warn.ld
create mode 100644 ld/testsuite/ld-msp430-elf/initarray-warn.r
create mode 100644 ld/testsuite/ld-msp430-elf/initarray.s
create mode 100644 ld/testsuite/ld-msp430-elf/preinitarray-warn.ld
create mode 100644 ld/testsuite/ld-msp430-elf/preinitarray-warn.r
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards f4c4daa7 0: update: gcc-ca1afa261d03c9343dff1208325f87d9ba69ec7a: 1
new 2091d285 0: update: gcc-9d463ce7f983f03f0d65da03cfa430e29a0840c2: 1
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 (f4c4daa7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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:
01-reset_artifacts/console.log | 128 +-
02-prepare_abe/console.log | 406 +-
04-build_abe-bootstrap_ubsan/console.log | 96571 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 6 +-
console.log | 97113 ++++++++++++++---------------
jenkins/manifest.sh | 8 +-
7 files changed, 97100 insertions(+), 97134 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 binutils-gdb.
from 626d23209fa [gdb/breakpoint] Handle setting breakpoint on label without [...]
new 1e597a89971 Prevent the linker from overestimating the alignment requir [...]
new 7ca371dba5d PR26418 UBSAN: cache.c:386 null pointer fwrite
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:
bfd/ChangeLog | 11 +++++++++++
bfd/ecofflink.c | 2 +-
bfd/linker.c | 9 +++++++--
3 files changed, 19 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.