This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from a4ae11d935c Daily bump.
new f106ef53024 d: Fix D lexer sometimes fails to compile code read from stdin
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/d/d-lang.cc | 4 ++++
1 file changed, 4 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 gcc.
from 67d399d509c aarch64: Fix build with gcc-4.8
new a0bc7fd4213 d: Fix D lexer sometimes fails to compile code read from stdin
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/d/d-lang.cc | 4 ++++
1 file changed, 4 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 gcc.
from 6c3c8f087cf Correct spelling of DW_AT_namelist_item
new 67d399d509c aarch64: Fix build with gcc-4.8
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/aarch64/aarch64.cc | 6 +++---
1 file changed, 3 insertions(+), 3 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-arm-bootstrap
in repository toolchain/ci/gcc.
from 0f4df800b15 Daily bump.
adds f38b20d68fa openmp: Add support for firstprivate and allocate clauses o [...]
adds b5cf960e29f c++: use current_template_constraints more
adds da8a18df7d1 c++: document comp_template_args's default args
new 6c3c8f087cf Correct spelling of DW_AT_namelist_item
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/c/c-parser.cc | 2 +
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl.cc | 17 ++-----
gcc/cp/parser.cc | 2 +
gcc/cp/pt.cc | 24 +++++-----
gcc/cp/semantics.cc | 3 +-
gcc/dwarf2out.cc | 2 +-
gcc/omp-low.cc | 3 +-
gcc/testsuite/c-c++-common/gomp/scope-5.c | 9 ++++
gcc/testsuite/c-c++-common/gomp/scope-6.c | 31 +++++++++++++
gcc/testsuite/g++.dg/gomp/attrs-1.C | 6 ++-
gcc/testsuite/g++.dg/gomp/attrs-2.C | 6 ++-
include/dwarf2.def | 2 +-
.../testsuite/libgomp.c-c++-common/allocate-1.c | 30 +++++++++++-
.../testsuite/libgomp.c-c++-common/allocate-3.c | 35 +++++++++++++-
libgomp/testsuite/libgomp.c-c++-common/scope-2.c | 54 ++++++++++++++++++++++
16 files changed, 190 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/scope-5.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/scope-6.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/scope-2.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-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from 42745ac582 gdb/testsuite: resolve duplicate test name in gdb.trace/signal.exp
adds 2918df9368 Import libiberty from gcc
adds 74a04e5b2a v850_elf_set_note prototype
adds e953510c3b ia64 gas: Remove unnecessary init
adds 30596893ab sparc64 segfault in finish_dynamic_symbol
adds d7f735269f Explicitly mention yet-unloaded shared libraries in location [...]
adds e595ad4cc2 Improve break-range's documentation
adds 102a644eaa Clarify why we unit test matching symbol names with 0xff characters
new 622c4842bb Improve clear command's documentation
new cffe02acaa gdb/testsuite: remove F77_FOR_TARGET support
new 7c07eaec49 gdb/testsuite: Use -module option for Intel Fortran compilers
new c8df10fc70 gdb/testsuite: Fix fortran types for Intel compilers.
new 7ce4a6d184 gdb/testsuite: move getting_compiler_info to front of gdb_compile
new 44d469c5f8 gdb/testsuite: add Fortran compiler identification to GDB
new 22582546c1 gdb/testsuite: rename intel next gen c/cpp compilers
new 87364601b8 gdb/testsuite: disable charset.exp for intel compilers
new 93bbd6c793 testsuite, fortran: add required external keyword
new 15868bc883 testsuite, fortran: add compiler dependent types to dynamic- [...]
new 4212a8c907 testsuite, fortran: Add '-debug-parameters all' when using i [...]
new 5c8ff7f6d9 testsuite/lib: add check_optional_entry for GDBInfoSymbols
new b8dd7ddff9 testsuite, fortran: fix info-types for intel compilers
new 6b7b705d7c testsuite, fortran: allow additional completions in module.exp
new a60ead5ded gdb, testsuite, fortran: fix double free in mixed-lang-stack.exp
new 0df017fbca gdb, testsuite, fortran: fixup mixed-lang-stack for Intel/LL [...]
new ebad7c6613 gdb/testsuite: fixup common-block.exp for intel compilers
The 17 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/elf32-v850.c | 2 +-
bfd/elfxx-sparc.c | 5 +-
gas/config/tc-ia64.c | 2 -
gdb/doc/gdb.texinfo | 57 ++--
gdb/dwarf2/read.c | 17 +-
gdb/testsuite/boards/cc-with-tweaks.exp | 5 -
gdb/testsuite/boards/debug-types.exp | 1 -
gdb/testsuite/boards/gold-gdb-index.exp | 1 -
gdb/testsuite/gdb.fortran/assumedrank.exp | 6 +-
gdb/testsuite/gdb.fortran/charset.exp | 5 +
.../gdb.fortran/class-allocatable-array.exp | 4 +-
gdb/testsuite/gdb.fortran/common-block.exp | 38 ++-
.../gdb.fortran/derived-type-striding.exp | 2 +-
gdb/testsuite/gdb.fortran/dynamic-ptype-whatis.exp | 79 ++---
gdb/testsuite/gdb.fortran/function-calls.f90 | 1 +
gdb/testsuite/gdb.fortran/info-types.exp | 20 +-
gdb/testsuite/gdb.fortran/library-module.exp | 2 +-
gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp | 12 +-
gdb/testsuite/gdb.fortran/mixed-lang-stack.exp | 21 +-
gdb/testsuite/gdb.fortran/module.exp | 5 +-
gdb/testsuite/gdb.fortran/namelist.exp | 2 +-
gdb/testsuite/gdb.fortran/nested-funcs-2.exp | 3 +-
gdb/testsuite/gdb.fortran/ptype-on-functions.exp | 6 +-
gdb/testsuite/gdb.fortran/vla-type.exp | 2 +-
gdb/testsuite/lib/compiler.F90 | 69 ++++
gdb/testsuite/lib/compiler.c | 2 +-
gdb/testsuite/lib/compiler.cc | 2 +-
gdb/testsuite/lib/fortran.exp | 100 +++---
gdb/testsuite/lib/future.exp | 21 +-
gdb/testsuite/lib/gdb.exp | 62 ++--
gdb/testsuite/lib/sym-info-cmds.exp | 18 +-
include/ansidecl.h | 41 ---
include/demangle.h | 9 +-
libiberty/cp-demangle.c | 349 ++++++++++++---------
libiberty/testsuite/demangle-expected | 77 +++++
35 files changed, 668 insertions(+), 380 deletions(-)
create mode 100644 gdb/testsuite/lib/compiler.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 92b37bee1 0: update: binutils-gcc: 2
new 3ee79b943 0: update: binutils-gcc: 2
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 (92b37bee1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1532 -> 1492 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2708 bytes
04-build_abe-binutils/console.log.xz | Bin 51580 -> 51920 bytes
05-build_abe-bootstrap/console.log.xz | Bin 461388 -> 460552 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 6 insertions(+), 42 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_lean
in repository toolchain/ci/binutils-gdb.
from 9606310bbb Automatic date update in version.in
adds 292c7bf86d RISC-V: Add zhinx extension supports.
adds b9b0b2b5e3 Reorganise bfd/doc/chew.c a little
adds f43ffe07b1 Update K&R functions in bfd/doc/chew.c
adds 7273d78f3f use libiberty xmalloc in bfd/doc/chew.c
adds eab286a7c8 Use a union to avoid casts in bfd/doc/chew.c
adds c1d0eab1b1 Fix failing test for armeb-gnu-eabi
adds 09cb5e2312 Move 64-bit BFD files from ALL_TARGET_OBS to ALL_64_TARGET_OBS
adds 5541bfdc97 gdb/manual: Introduce location specs
adds da18821a9a gdb/testsuite: fix gdb.trace/signal.exp on x86
adds 8b294b1fc7 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/Makefile.in | 3 +-
bfd/doc/chew.c | 395 +++++++++----------------
bfd/doc/local.mk | 4 +-
bfd/elfxx-riscv.c | 24 +-
bfd/version.h | 2 +-
gas/testsuite/gas/arm/unwind-pacbti-m.d | 20 +-
gas/testsuite/gas/riscv/fp-zhinx-insns.d | 66 +++++
gas/testsuite/gas/riscv/fp-zhinx-insns.s | 59 ++++
gdb/Makefile.in | 13 +-
gdb/doc/gdb.texinfo | 489 +++++++++++++++++++------------
gdb/doc/guile.texi | 2 +-
gdb/doc/python.texi | 5 +-
gdb/testsuite/gdb.trace/signal.exp | 2 +-
include/opcode/riscv.h | 5 +-
opcodes/riscv-opc.c | 112 +++----
15 files changed, 668 insertions(+), 533 deletions(-)
create mode 100644 gas/testsuite/gas/riscv/fp-zhinx-insns.d
create mode 100644 gas/testsuite/gas/riscv/fp-zhinx-insns.s
--
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_lean
in repository toolchain/ci/base-artifacts.
discards 52566b563 0: update: binutils-gcc: 2
new b5e92e863 0: update: binutils-gcc: 2
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 (52566b563)
\
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 1560 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 38288 -> 38724 bytes
.../console.log.xz | Bin 518692 -> 519164 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 +++++++++++++++++++++
jenkins/manifest.sh | 12 +++----
7 files changed, 42 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.