This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto
in repository toolchain/ci/gcc.
from 373a2dc2be0 Avoid -Wdangling-pointer for by-transparent-reference argum [...]
adds a2645cd8fb3 ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104814]
adds efd1582926f c++: Fix up cp_parser_skip_to_pragma_eol [PR104623]
adds 49fb0af9bf8 PR tree-optimization/101895: Fold VEC_PERM to help recognize FMA.
adds da24fce323e i386: Use no-mmx,no-sse for LIBGCC2_UNWIND_ATTRIBUTE [PR104890]
adds 98afdc3e2bf riscv: Allow -Wno-psabi to turn off ABI warnings [PR91229]
adds ffe9c0a0d35 c++: extraneous access error with ambiguous lookup [PR103177]
adds b5baf569f77 rs6000: Fix invalid address passed to __builtin_mma_disasse [...]
adds a58e342d886 analyzer: presize m_cluster_map in store copy ctor
adds d1d95846e3c analyzer: add test coverage for PR 95000
new 14d2ac82eed Daily bump.
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 | 40 ++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 4 +++
gcc/analyzer/store.cc | 3 +-
gcc/config/i386/i386.h | 6 ++--
gcc/config/riscv/riscv.cc | 8 +++---
gcc/config/rs6000/predicates.md | 9 ++++--
gcc/cp/ChangeLog | 15 ++++++++++
gcc/cp/parser.cc | 2 --
gcc/cp/search.cc | 37 +++++++++++-------------
gcc/ifcvt.cc | 14 ++++++---
gcc/match.pd | 21 ++++++++++++--
gcc/testsuite/ChangeLog | 38 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/gomp/pr104623.C | 9 ++++++
gcc/testsuite/g++.dg/lookup/ambig6.C | 18 ++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr104814.c | 30 +++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/pr95000-1.c | 38 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr101895.c | 11 +++++++
gcc/testsuite/gcc.target/powerpc/pr104923.c | 21 ++++++++++++++
19 files changed, 286 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/pr104623.C
create mode 100644 gcc/testsuite/g++.dg/lookup/ambig6.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr104814.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr95000-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr101895.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104923.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto
in repository toolchain/ci/binutils-gdb.
from bf573a0cc6 Automatic date update in version.in
adds e34f44e1bf gdb: LoongArch: fix failed testcases in gdb.base/align-c.exp
adds a4eb1b3cf6 gprofng: Don't generate gprofng.info in source
adds 4ec39c4bca gprofng: Add a configure test for clock_gettime and a use of [...]
adds af481f0129 gdb/testsuite: rename a proc and fix a typo
adds cda8dc94df Fix bug in dwarf-mode.el
adds 6aa03e9c17 gprofng: avoid using `fallthrough' attributes
adds 8f50b4b574 Do not capture updated 'pc' in add_local_symbols
new 42952a9605 PowerPC64 extended instructions in powerpc_macros
new f304c63d24 PowerPC32 extended instructions in powerpc_macros
new 51ba92c795 PowerPC VLE extended instructions in powerpc_macros
new 8736318e4e PowerPC SPE/SPE2 aliases in powerpc_macros
new dc3ff92676 Delete PowerPC macro insn support
new 22546800ad Automatic date update in version.in
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:
ChangeLog | 5 +
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +
binutils/dwarf-mode.el | 10 +-
gas/config/tc-ppc.c | 118 +---
gas/testsuite/gas/ppc/476.d | 10 +-
gas/testsuite/gas/ppc/prefix-reloc.d | 2 +-
gas/testsuite/gas/ppc/simpshft.d | 50 +-
gas/testsuite/gas/ppc/vle-simple-5.d | 10 +-
gdb/loongarch-tdep.c | 4 +
.../gdb.mi/user-selected-context-sync.exp | 82 +--
gdb/tracepoint.c | 4 +-
gprofng/common/config.h.in | 3 +
gprofng/configure | 9 +-
gprofng/configure.ac | 2 +-
gprofng/doc/Makefile.am | 2 +-
gprofng/doc/Makefile.in | 30 +-
gprofng/libcollector/Makefile.am | 2 +-
gprofng/libcollector/Makefile.in | 6 +-
gprofng/libcollector/configure | 57 +-
gprofng/libcollector/configure.ac | 13 +
gprofng/libcollector/gethrtime.c | 17 +-
gprofng/src/gp-collect-app.cc | 2 +-
include/opcode/ppc.h | 34 +-
ld/testsuite/ld-powerpc/elfv2so.d | 2 +-
ld/testsuite/ld-powerpc/notoc.d | 2 +-
ld/testsuite/ld-powerpc/notoc3.d | 2 +-
ld/testsuite/ld-powerpc/tlsdesc2.d | 2 +-
ld/testsuite/ld-powerpc/tlsget.d | 2 +-
ld/testsuite/ld-powerpc/tlsget2.d | 2 +-
ld/testsuite/ld-powerpc/tlsopt5.d | 2 +-
ld/testsuite/ld-powerpc/tlsopt6.d | 2 +-
opcodes/ppc-opc.c | 683 +++++++++++++++++----
33 files changed, 802 insertions(+), 376 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
discards ec519fb2 2: update: binutils-gcc: 0
new e3e5e1b5 2: update: binutils-gcc: 0
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 (ec519fb2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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.xz | Bin 1508 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 20600 -> 24176 bytes
06-check_regression/console.log.xz | Bin 412 -> 412 bytes
07-update_baseline/console.log | 46 +++++++++++++++++------------------
jenkins/manifest.sh | 12 ++++-----
6 files changed, 29 insertions(+), 29 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 releases/gcc-9
in repository gcc.
from 18f90a8e93b Daily bump.
new ba7394fce3e Daily bump.
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/DATESTAMP | 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 releases/gcc-11
in repository gcc.
from 17eda88f11e Daily bump.
new c54f95a7984 Daily bump.
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/DATESTAMP | 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 releases/gcc-10
in repository gcc.
from 82a8aedbdde Daily bump.
new c5ac040e670 Daily bump.
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/DATESTAMP | 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 gcc.
from d1d95846e3c analyzer: add test coverage for PR 95000
new 14d2ac82eed Daily bump.
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 | 40 ++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 4 ++++
gcc/cp/ChangeLog | 15 +++++++++++++++
gcc/testsuite/ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++
5 files changed, 98 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.