This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from da99b524151 [C++ DR 2336] Clean up synth walkers first
new 98acf890182 2018-11-15 Richard Biener <rguenther(a)suse.de>
new 1706ef0fcd4 2018-11-15 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 19 +++++++++++
gcc/gimple.c | 14 +++++----
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/gcc.dg/pr88031.c | 17 ++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr88029.c | 14 +++++++++
gcc/trans-mem.c | 15 +--------
gcc/tree-vect-loop.c | 36 ++++++++++-----------
gcc/tree-vect-stmts.c | 56 ++++++++++++---------------------
gcc/tree-vectorizer.h | 2 +-
9 files changed, 106 insertions(+), 77 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr88031.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr88029.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_kernel/gnu-master-aarch64-stable-allnoconfig
in repository toolchain/binutils-gdb.
from dd9168931f Automatic date update in version.in
adds 174f8ac8d4 RISC-V: Give stack slots same align as XLEN.
adds ef2de9e7eb RISC-V: Handle vector type alignment.
adds 8b2d40cbba RISC-V: Fix unnamed arg alignment in registers.
adds a99bc3d23c delete ada-lang.c::move_bits, sharing and re-using copy_bitw [...]
adds a0cd42fcd1 Automatic date update in version.in
adds 92b3642af0 Updated Spanish translation for the ld subdirectory.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 34 ++++++++
gdb/ada-lang.c | 88 +++------------------
gdb/dwarf2loc.c | 234 -------------------------------------------------------
gdb/riscv-tdep.c | 38 +++++++--
gdb/utils.c | 229 +++++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/utils.h | 8 ++
ld/ChangeLog | 4 +
ld/po/es.po | 144 ++++++++++++++--------------------
9 files changed, 377 insertions(+), 404 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 clang.
from ba7a6dfa98 Fix warning about unused variable [NFC]
new 81f7d2d578 [AST] Pack UnaryOperator
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:
include/clang/AST/Expr.h | 39 +++++++++++++++++++++------------------
include/clang/AST/Stmt.h | 12 ++++++++++++
2 files changed, 33 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 gcc-8-branch
in repository gcc.
from 29d1bab8a82 * gcc-interface/misc.c (gnat_init_gcc_eh): Do not override [...]
new bcef6f177ea [debug/88006] -fdebug-types-section gives undefined ref
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 | 7 ++++++
gcc/dwarf2out.c | 2 ++
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/g++.dg/debug/dwarf2/pr87462.C | 20 +++++++++++++++
gcc/testsuite/g++.dg/debug/dwarf2/pr88006.C | 39 +++++++++++++++++++++++++++++
5 files changed, 75 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr87462.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr88006.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 551d64cb9cc Fix spaces in PR62178 test
new da99b524151 [C++ DR 2336] Clean up synth walkers first
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/cp/ChangeLog | 12 +++++
gcc/cp/cp-tree.h | 8 ++--
gcc/cp/method.c | 141 ++++++++++++++++++++++---------------------------------
3 files changed, 73 insertions(+), 88 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-allnoconfig
in repository toolchain/gcc.
from b4fddec2db6 [ARC] Backport form mainline PR target/85968 * config/arc [...]
adds 37f6f681b6b Fix _mm_extract_pi16 for big-endian
adds d4c1b59df63 Daily bump.
adds 29d1bab8a82 * gcc-interface/misc.c (gnat_init_gcc_eh): Do not override [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/misc.c | 5 ++++-
gcc/config/rs6000/xmmintrin.h | 7 +++++--
5 files changed, 20 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 clang.
from 2bade23358 NFC cleanup: Prefer make_unique over reset(new T())
new ba7a6dfa98 Fix warning about unused variable [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:
lib/CodeGen/CGDecl.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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-master-arm-lts-defconfig
in repository toolchain/binutils-gdb.
from dd9168931f Automatic date update in version.in
adds 174f8ac8d4 RISC-V: Give stack slots same align as XLEN.
adds ef2de9e7eb RISC-V: Handle vector type alignment.
adds 8b2d40cbba RISC-V: Fix unnamed arg alignment in registers.
adds a99bc3d23c delete ada-lang.c::move_bits, sharing and re-using copy_bitw [...]
adds a0cd42fcd1 Automatic date update in version.in
adds 92b3642af0 Updated Spanish translation for the ld subdirectory.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 34 ++++++++
gdb/ada-lang.c | 88 +++------------------
gdb/dwarf2loc.c | 234 -------------------------------------------------------
gdb/riscv-tdep.c | 38 +++++++--
gdb/utils.c | 229 +++++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/utils.h | 8 ++
ld/ChangeLog | 4 +
ld/po/es.po | 144 ++++++++++++++--------------------
9 files changed, 377 insertions(+), 404 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.