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 73ac1d8 compare_dg_tests.pl: Add --hwdep-tests option
new 3b675e8 compare_dg_tests.pl: Stop counting "XFAIL disappears" as a re [...]
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_dg_tests.pl | 6 +++---
testsuite/expected-1-2-long.txt | 18 +++++++++---------
testsuite/expected-1-2.txt | 6 +++---
3 files changed, 15 insertions(+), 15 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_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/gcc.
from 06403f63899 [PR c++/87531] operator= lookup in templates
adds 6cc908e72a7 gcc/ Backport from mainline 2018-11-29 Peter Bergner <b [...]
adds 9dfeb75e41a Daily bump.
adds fef17d16eff Initialize backtrace state once
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.c | 22 ++++++++++++++--------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr87496.c | 10 ++++++++++
libgfortran/ChangeLog | 7 +++++++
libgfortran/runtime/backtrace.c | 12 ++++++++----
7 files changed, 57 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr87496.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 lld.
from ac0f9ecc2 [PDB] Quote linker arguments containing spaces (mimic MSVC)
new 596b926cb Inline a function template that is used only once. NFC.
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:
ELF/InputSection.cpp | 30 ++++++++++++------------------
1 file changed, 12 insertions(+), 18 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 81fbbaf962 Fix dwarf2read.c:dwarf2_find_containing_comp_unit's binary search
new 0ff80bf7b9 gdb/riscv: Make some target description functions constant
new 65a4b37326 gdb/riscv: Add equality operators to riscv_gdb_features
new 634494366c gdb/riscv: Create each unique target description only once
new 92528b6772 gdb/riscv: Add read_description method for riscv_linux_nat_target
The 4 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/ChangeLog | 28 ++++++++++++++++++++++++++++
gdb/arch/riscv.c | 33 ++++++++++++++++++++++++++++++++-
gdb/arch/riscv.h | 24 +++++++++++++++++++++++-
gdb/riscv-linux-nat.c | 38 ++++++++++++++++++++++++++++++++++++++
gdb/riscv-tdep.c | 6 ++----
5 files changed, 123 insertions(+), 6 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 66b4deae03 target_ops::to_stratum -> target_ops::stratum() virtual method
new 81fbbaf962 Fix dwarf2read.c:dwarf2_find_containing_comp_unit's binary search
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/ChangeLog | 10 ++++++++++
gdb/dwarf2read.c | 3 ++-
2 files changed, 12 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 binutils-gdb.
from 20a7119479 Add PR number to previous delta to the bfd/ directory.
new 66b4deae03 target_ops::to_stratum -> target_ops::stratum() virtual method
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/ChangeLog | 56 ++++++++++++++++++++++++++++++++++++++++++++
gdb/aix-thread.c | 5 ++--
gdb/bfd-target.c | 3 ++-
gdb/bsd-uthread.c | 5 ++--
gdb/exec.c | 5 ++--
gdb/gdbarch-selftests.c | 2 +-
gdb/linux-thread-db.c | 9 ++-----
gdb/make-target-delegates | 4 ++--
gdb/process-stratum-target.h | 7 ++----
gdb/ravenscar-thread.c | 5 ++--
gdb/record-btrace.c | 5 ++--
gdb/record-full.c | 5 ++--
gdb/record.c | 8 +++----
gdb/regcache.c | 4 ++--
gdb/sol-thread.c | 5 ++--
gdb/spu-multiarch.c | 5 ++--
gdb/target-delegates.c | 8 +++----
gdb/target.c | 48 ++++++++++++++++++++-----------------
gdb/target.h | 6 +++--
19 files changed, 122 insertions(+), 73 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_kernel/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/gcc.
from 06403f63899 [PR c++/87531] operator= lookup in templates
adds 6cc908e72a7 gcc/ Backport from mainline 2018-11-29 Peter Bergner <b [...]
adds 9dfeb75e41a Daily bump.
adds fef17d16eff Initialize backtrace state once
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.c | 22 ++++++++++++++--------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr87496.c | 10 ++++++++++
libgfortran/ChangeLog | 7 +++++++
libgfortran/runtime/backtrace.c | 12 ++++++++----
7 files changed, 57 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr87496.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.