This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4e72ccad80d RISC-V: bitmanip: improve constant-loading for (1ULL << 31) [...]
new 4f9ad0b4b0a json: fix escaping of '\'
new 5ab73173cca Add -fdiagnostics-format={json-stderr|json-file}
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.opt | 10 +-
gcc/diagnostic-format-json.cc | 116 ++++++++++++++-------
gcc/diagnostic.cc | 26 +++++
gcc/diagnostic.h | 11 +-
gcc/doc/invoke.texi | 17 +--
gcc/gcc.cc | 2 +-
gcc/json.cc | 2 +-
gcc/opts.cc | 2 +-
.../c-c++-common/diagnostic-format-json-file-1.c | 8 ++
...-json-1.c => diagnostic-format-json-stderr-1.c} | 12 ++-
10 files changed, 148 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/diagnostic-format-json-file-1.c
copy gcc/testsuite/c-c++-common/{diagnostic-format-json-1.c => diagnostic-format-j [...]
--
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_cross_build/master-aarch64
in repository toolchain/ci/gdb.
from 625b6eae09 gdb: Do not add empty sections to the section map
adds 2e90d02578 gdb: LoongArch: Implement the software_single_step gdbarch method
adds 57ebc99013 Fix ODR warning in observable.h
adds 77845a9ac6 ODR warnings for struct symloc
adds 7e9d9756db ODR warnings for struct nextfield
adds c01e28360d ODR warning for struct field_info
adds 94e079e76e ODR warning for struct ext_link_map
adds cc55e4ef62 ODR warning for "struct instruction_type"
adds 0fecb1a784 ODR warning for "struct stack_item"
adds ddfc4ef124 ODR warning for "struct find_targ_sec_arg"
adds cec000ad60 ODR warning for "enum string_repr_result"
adds c8e41b5f14 ODR warnings from overlay constants
adds 131430937d ODR warnings for "struct insn_info"
adds 4748a9be44 ODR warnings for "struct insn_decode_record_t"
adds a7f779c12e ODR warnings for "struct coff_symbol"
adds 527907e0e6 ODR warning for "main"
adds 0c8cd1de90 Rearrange and slightly reword the "Location Specification" section
new bb785a92a8 [gdb/testsuite] Detect change instead of init in gdb.mi/mi-v [...]
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:
gdb/aarch64-tdep.c | 28 ++++----
gdb/arm-tdep.c | 116 +++++++++++++++---------------
gdb/avr-tdep.c | 22 +++---
gdb/coffread.c | 8 +--
gdb/cris-tdep.c | 19 ++---
gdb/csky-tdep.c | 8 +--
gdb/doc/gdb.texinfo | 129 +++++++++++++++++-----------------
gdb/guile/scm-pretty-print.c | 8 +--
gdb/ia64-tdep.c | 8 +--
gdb/loongarch-tdep.c | 105 +++++++++++++++++++++++++++
gdb/maint.c | 2 +-
gdb/mdebugread.c | 10 +--
gdb/observable.h | 1 +
gdb/python/py-prettyprint.c | 8 +--
gdb/rs6000-aix-tdep.c | 16 ++---
gdb/solib-dsbt.c | 4 +-
gdb/stabsread.c | 16 ++---
gdb/testsuite/gdb.mi/mi-var-block.exp | 5 ++
gdb/testsuite/gdb.mi/var-cmd.c | 3 +-
gdb/xcoffread.c | 55 ++++++++-------
gdb/z80-tdep.c | 44 ++++++------
21 files changed, 364 insertions(+), 251 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/glibc.
from c789e6e409 iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213)
adds 4b527650e0 Linux: Adjust struct rseq definition to current kernel version
adds bb8887379f testrun.sh: Support passing strace and valgrind arguments
No new revisions were added by this update.
Summary of changes:
Makefile | 11 ++++++-----
sysdeps/unix/sysv/linux/sys/rseq.h | 28 ++++++----------------------
2 files changed, 12 insertions(+), 27 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/gcc.
from 72c605eea94 testsuite: Also test swapped arguments of __builtin_mul_ove [...]
adds 37e4e7f77d8 PR target/105791: Add V1TI to V_128_256 for xop_pcmov_v1ti [...]
No new revisions were added by this update.
Summary of changes:
gcc/config/i386/sse.md | 9 +++++----
gcc/testsuite/gcc.target/i386/pr105791.c | 13 +++++++++++++
2 files changed, 18 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr105791.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_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 625b6eae09 gdb: Do not add empty sections to the section map
adds 2e90d02578 gdb: LoongArch: Implement the software_single_step gdbarch method
adds 57ebc99013 Fix ODR warning in observable.h
adds 77845a9ac6 ODR warnings for struct symloc
adds 7e9d9756db ODR warnings for struct nextfield
adds c01e28360d ODR warning for struct field_info
adds 94e079e76e ODR warning for struct ext_link_map
adds cc55e4ef62 ODR warning for "struct instruction_type"
adds 0fecb1a784 ODR warning for "struct stack_item"
adds ddfc4ef124 ODR warning for "struct find_targ_sec_arg"
adds cec000ad60 ODR warning for "enum string_repr_result"
adds c8e41b5f14 ODR warnings from overlay constants
adds 131430937d ODR warnings for "struct insn_info"
adds 4748a9be44 ODR warnings for "struct insn_decode_record_t"
adds a7f779c12e ODR warnings for "struct coff_symbol"
adds 527907e0e6 ODR warning for "main"
adds 0c8cd1de90 Rearrange and slightly reword the "Location Specification" section
new bb785a92a8 [gdb/testsuite] Detect change instead of init in gdb.mi/mi-v [...]
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:
gdb/aarch64-tdep.c | 28 ++++----
gdb/arm-tdep.c | 116 +++++++++++++++---------------
gdb/avr-tdep.c | 22 +++---
gdb/coffread.c | 8 +--
gdb/cris-tdep.c | 19 ++---
gdb/csky-tdep.c | 8 +--
gdb/doc/gdb.texinfo | 129 +++++++++++++++++-----------------
gdb/guile/scm-pretty-print.c | 8 +--
gdb/ia64-tdep.c | 8 +--
gdb/loongarch-tdep.c | 105 +++++++++++++++++++++++++++
gdb/maint.c | 2 +-
gdb/mdebugread.c | 10 +--
gdb/observable.h | 1 +
gdb/python/py-prettyprint.c | 8 +--
gdb/rs6000-aix-tdep.c | 16 ++---
gdb/solib-dsbt.c | 4 +-
gdb/stabsread.c | 16 ++---
gdb/testsuite/gdb.mi/mi-var-block.exp | 5 ++
gdb/testsuite/gdb.mi/var-cmd.c | 3 +-
gdb/xcoffread.c | 55 ++++++++-------
gdb/z80-tdep.c | 44 ++++++------
21 files changed, 364 insertions(+), 251 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 59b028533 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new d79c47d01 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (59b028533)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1572 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 30788 -> 30888 bytes
05-build_abe-stage1/console.log.xz | Bin 71628 -> 72324 bytes
07-build_abe-linux/console.log.xz | Bin 10100 -> 9704 bytes
08-build_abe-glibc/console.log.xz | Bin 238260 -> 238300 bytes
09-build_abe-stage2/console.log.xz | Bin 202864 -> 203540 bytes
10-build_abe-gdb/console.log.xz | Bin 37928 -> 38188 bytes
11-build_abe-qemu/console.log.xz | Bin 33076 -> 31924 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 30 +++++++++++++++---------------
12 files changed, 16 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 master
in repository glibc.
from 1002f1af1c linux: Add process_mrelease
new 62c888b337 elf: Add #include <sys/param.h> for MAX usage.
new 48f4b30780 elf: Add #include <errno.h> for use of E* constants.
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:
elf/dl-audit.c | 1 +
elf/dl-minimal.c | 2 +-
2 files changed, 2 insertions(+), 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 d19b4342c19 c++: more constexpr empty base [PR105795]
new 4e72ccad80d RISC-V: bitmanip: improve constant-loading for (1ULL << 31) [...]
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/riscv/riscv.cc | 9 +++++++++
gcc/config/riscv/riscv.h | 11 ++++-------
2 files changed, 13 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.