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 0d2f72332c7 _bfd_ecoff_slurp_symbol_table buffer overflow
new b7eab2a9d4f Fix PR30079: abort on mingw
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:
ld/ldlang.c | 3 ++-
1 file 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 6ef3c8a0c8 63: onsuccess: #554: 23205: Success after binutils/llvm/linu [...]
new a10d28127a 64: onsuccess: #555: 23217: Success after binutils/llvm/linu [...]
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 1764 -> 1956 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 30716 -> 31396 bytes
04-build_kernel_llvm/console.log.xz | Bin 63212 -> 64540 bytes
05-build_abe-qemu/console.log.xz | Bin 31512 -> 31408 bytes
06-build_linux/console.log.xz | Bin 3868 -> 3680 bytes
08-check_regression/console.log.xz | Bin 4360 -> 4452 bytes
08-check_regression/mail-body.txt | 4 ++--
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 6 +++---
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
results | 2 +-
18 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 master
in repository binutils-gdb.
from 77be7257442 opcodes/mips: disassemble unknown micromips instructions as [...]
new 0d2f72332c7 _bfd_ecoff_slurp_symbol_table buffer overflow
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:
bfd/ecoff.c | 32 ++++++++++++++++++++------------
1 file changed, 20 insertions(+), 12 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 97c19519157 gdb/testsuite: handle differences in guile error string output
new 77be7257442 opcodes/mips: disassemble unknown micromips instructions as [...]
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:
.../binutils-all/mips/micromips-reserved-enc-n32.d | 5 +++++
.../binutils-all/mips/micromips-reserved-enc-n64.d | 5 +++++
.../binutils-all/mips/micromips-reserved-enc-o32.d | 10 ++++++++++
.../testsuite/binutils-all/mips/micromips-reserved-enc.s | 10 +++-------
binutils/testsuite/binutils-all/mips/mips.exp | 4 ++++
opcodes/mips-dis.c | 13 ++++++++-----
6 files changed, 35 insertions(+), 12 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/mips/micromips-reserved-enc-n32.d
create mode 100644 binutils/testsuite/binutils-all/mips/micromips-reserved-enc-n64.d
create mode 100644 binutils/testsuite/binutils-all/mips/micromips-reserved-enc-o32.d
copy gas/testsuite/gas/mips/cp3b.s => binutils/testsuite/binutils-all/mips/micromi [...]
--
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 devel/rust/master
in repository gcc.
from 3a8c8d0d41b Merge #1820
new d555ef1800b rust-item: include rust-expr.h
new 51533ca7651 parser: Expose parse_macro_invocation as public API
new b1de4bb8698 expansion: Add `get_token_slice` to `MacroInvocLexer` class
new b9501cbe262 macro: Allow builtin `MacroInvocation`s within the AST
new c6db68ee151 macros: Perform macro expansion in a fixed-point fashion.
new f67f5409d2f expander: Add documentation for `expand_eager_invocations`
new 59d4ee6cc1b Merge #1750
The 7 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/rust/Make-lang.in | 1 +
gcc/rust/ast/rust-ast-fragment.cc | 42 ++--
gcc/rust/ast/rust-ast-fragment.h | 23 +-
gcc/rust/ast/rust-ast.cc | 16 ++
gcc/rust/ast/rust-ast.h | 5 +
gcc/rust/ast/rust-item.h | 2 +-
gcc/rust/ast/rust-macro.cc | 64 ++++++
gcc/rust/ast/rust-macro.h | 101 ++++++--
gcc/rust/expand/rust-attribute-visitor.cc | 8 +-
gcc/rust/expand/rust-attribute-visitor.h | 36 +--
gcc/rust/expand/rust-macro-builtins.cc | 256 +++++++++++++++------
gcc/rust/expand/rust-macro-expand.cc | 146 +++++++++++-
gcc/rust/expand/rust-macro-expand.h | 63 ++---
gcc/rust/expand/rust-macro-invoc-lexer.cc | 14 ++
gcc/rust/expand/rust-macro-invoc-lexer.h | 3 +
gcc/rust/parse/rust-parse.h | 4 +-
gcc/rust/resolve/rust-early-name-resolver.cc | 127 +++++++---
gcc/rust/resolve/rust-early-name-resolver.h | 65 ++++++
gcc/rust/rust-session-manager.cc | 35 ++-
...in_macro_recurse.rs => builtin_macro_eager1.rs} | 0
gcc/testsuite/rust/compile/builtin_macro_eager2.rs | 16 ++
.../rust/compile/builtin_macro_recurse2.rs | 20 ++
gcc/testsuite/rust/compile/macro17.rs | 6 +-
gcc/testsuite/rust/compile/macro44.rs | 6 +-
gcc/testsuite/rust/compile/macro46.rs | 19 ++
25 files changed, 841 insertions(+), 237 deletions(-)
create mode 100644 gcc/rust/ast/rust-macro.cc
rename gcc/testsuite/rust/compile/{builtin_macro_recurse.rs => builtin_macro_eager [...]
create mode 100644 gcc/testsuite/rust/compile/builtin_macro_eager2.rs
create mode 100644 gcc/testsuite/rust/compile/builtin_macro_recurse2.rs
create mode 100644 gcc/testsuite/rust/compile/macro46.rs
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.