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 da59d966b8d Remove unused imports from gdb's Python code
new 25a0d393c72 PR30120: fix x87 fucomp misassembled
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:
gas/testsuite/gas/i386/float.l | 15 ++++++++++++---
gas/testsuite/gas/i386/float.s | 8 ++++++++
opcodes/i386-opc.tbl | 2 +-
opcodes/i386-tbl.h | 2 +-
4 files changed, 22 insertions(+), 5 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 gcc.
from 72ae1e56356 tree-optimization/28614 - high FRE time for gcc.c-torture/c [...]
new 086a1df4374 Fortran: Add !GCC$ attributes NOINLINE,NORETURN,WEAK
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/fortran/decl.cc | 3 ++
gcc/fortran/gfortran.h | 3 ++
gcc/fortran/gfortran.texi | 7 ++++
gcc/fortran/trans-decl.cc | 13 ++++++-
gcc/testsuite/gfortran.dg/noinline.f90 | 23 ++++++++++++
gcc/testsuite/gfortran.dg/noreturn-1.f90 | 62 ++++++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/noreturn-2.f90 | 53 +++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/noreturn-3.f90 | 14 ++++++++
gcc/testsuite/gfortran.dg/noreturn-4.f90 | 11 ++++++
gcc/testsuite/gfortran.dg/noreturn-5.f90 | 9 +++++
gcc/testsuite/gfortran.dg/weak-1.f90 | 6 ++++
11 files changed, 203 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/noinline.f90
create mode 100644 gcc/testsuite/gfortran.dg/noreturn-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/noreturn-2.f90
create mode 100644 gcc/testsuite/gfortran.dg/noreturn-3.f90
create mode 100644 gcc/testsuite/gfortran.dg/noreturn-4.f90
create mode 100644 gcc/testsuite/gfortran.dg/noreturn-5.f90
create mode 100644 gcc/testsuite/gfortran.dg/weak-1.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.
unknown user pushed a change to branch master
in repository glibc.
from 3e35b824a4 hurd: Fix tcflag_t and speed_t types on 64-bit
new 000ca24f80 Naming the parameter of dummy_sa_handler
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:
posix/tst-spawn7.c | 2 +-
1 file changed, 1 insertion(+), 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 devel/rust/master
in repository gcc.
from 73e6dac17f3 Merge #1847
new 2166e589d80 Update copyright years.
adds 5be4c2687a8 gccrs: session-manager: Add ast-pretty-expanded dump
adds e66fec8e6ba gccrs: const folding port
adds ff8a5695077 gccrs: Desugar double borrows into two HIR:BorrowExpr's
adds 86743891a6e gccrs: backend: Expose Bvariable class through rust-gcc header
adds 41547275c5e gccrs: builtins: Add add_overflow builtin and refactor class
adds 9c87dc0afe0 gccrs: backend: Add overflow checks to every arithmetic operation
adds 3a3a352091b gccrs: rustc_attrs: Allow `rustc_inherit_overflow_checks` a [...]
adds 938facc5e93 gccrs: lint: Do not emit unused warnings for public items
adds f7014b28b81 gccrs: parser: Parse RangeFullExpr without erroring out
adds 1fed030c165 gccrs: macros: Handle matchers properly in repetitions
adds 252216dd0c5 gccrs: transcriber: Do not infinite loop if the current par [...]
adds 7dc41901213 gccrs: dump: Add AST debugging using the AST::Dump class
adds 55fb35c51b2 gccrs: ast: Only expand expressions and types if the kind is right
adds 3663d7ef666 gccrs: ast: Add better assertion on AST fragments
adds 245ce6f26a1 gccrs: Add guards against getting data from an empty vector
adds af22b54af53 gccrs: Add missing location info to coercions
adds 7ad24d802e5 gccrs: Refactor unify to hit a unify_site
adds 1eabeb5aecc gccrs: Remove param_use_canonical_types checks ported from [...]
adds ffa16a4590a gccrs: Create canonical process of compiling constant items
adds 43cb42a3d82 gccrs: Add extra debugging for method call expressions
adds e641158a5f5 gccrs: Add new check for contains_associated_types
adds 0fffc0e772d gccrs: Unit structs are not concrete when they need substitutions
adds 689a5c6711b gccrs: bugfix: initialize slice from array in const context
adds b0ff1647cbe gccrs: add testcase to test component_ref and constructor c [...]
adds e6a3886a833 gccrs: backend: correctly formulate the exit condition ...
adds dd9d6656e9a gccrs: add testcase with struct to test component_ref and c [...]
adds 0d5adf09356 gccrs: testsuite: add loop condition execution test
adds 288b6298a6a gccrs: const generics: Make sure const generic types are vi [...]
adds ff9d7741d4b gccrs: const generics: Forbid default values in Functions, [...]
adds 739d0509ed5 gccrs: attributes: Add #[macro_use] as builtin
adds 3736647947b gccrs: module lowering: Do not append null pointers as items
adds 70fc174b78a gccrs: Static Items must be const evaluated
adds 408ab8a6e41 gccrs: Statics are a coercion site
adds a0c2ea3ee6e gccrs: remove bad assertion
adds f92f8ee75bf gccrs: Add testcase for const-eval issue from rust-blog
adds 9d6b434e1fd gccrs: rust: Add -frust-compile-until option
adds e88ce5cc684 gccrs: expand: eager evaluate macros inside builtin macros
adds c6c4342273a gccrs: testsuite/rust: add a testcase for testing ...
adds e1beb624ff5 gccrs: Cleanup formatting of backend expression visitor
adds 9c60f0e1e5c gccrs: Make constexpr constructors type-checking more permissive
adds 11a37f89504 gccrs: Fix duplicated function generation on higher ranked [...]
adds 104cc285533 gccrs: Refactor TypeResolution to be a simple query based system
adds d9d7b6ccd45 gccrs: Add testcase to show forward declared items work
adds 50335ddd301 gccrs: Add testcase to show forward declared items work via [...]
new 4ae5d1ec60c Merge commit '50335ddd301404e9053786b26a23a924471b4d09' into HEAD
new cc23831ec66 Merge #1850 #1851
The 3 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/darwin-rust.cc | 2 +-
gcc/config/default-rust.cc | 2 +-
gcc/config/dragonfly-rust.cc | 2 +-
gcc/config/freebsd-rust.cc | 2 +-
gcc/config/fuchsia-rust.cc | 2 +-
gcc/config/i386/i386-rust.cc | 2 +-
gcc/config/i386/i386-rust.h | 2 +-
gcc/config/linux-rust.cc | 2 +-
gcc/config/netbsd-rust.cc | 2 +-
gcc/config/openbsd-rust.cc | 2 +-
gcc/config/sol2-rust.cc | 2 +-
gcc/config/t-fuchsia | 2 +-
gcc/config/vxworks-rust.cc | 2 +-
gcc/config/winnt-rust.cc | 2 +-
gcc/rust/ast/rust-ast-fragment.cc | 2 +-
gcc/rust/ast/rust-ast-fragment.h | 2 +-
gcc/rust/ast/rust-macro.cc | 2 +-
gcc/rust/checks/errors/rust-feature-gate.cc | 2 +-
gcc/rust/checks/errors/rust-feature-gate.h | 2 +-
gcc/rust/checks/errors/rust-feature.cc | 2 +-
gcc/rust/checks/errors/rust-feature.h | 2 +-
gcc/rust/hir/rust-ast-lower-expr.cc | 2 +-
gcc/rust/hir/rust-ast-lower-type.cc | 2 +-
gcc/rust/resolve/rust-early-name-resolver.cc | 2 +-
gcc/rust/resolve/rust-early-name-resolver.h | 2 +-
gcc/rust/rust-gcc.h | 2 +-
gcc/rust/rust-target-def.h | 2 +-
gcc/rust/rust-target.def | 2 +-
gcc/rust/rust-target.h | 2 +-
gcc/rust/typecheck/rust-hir-path-probe.cc | 2 +-
gcc/rust/typecheck/rust-hir-trait-reference.cc | 2 +-
gcc/rust/typecheck/rust-hir-trait-reference.h | 2 +-
gcc/rust/typecheck/rust-typecheck-context.cc | 2 +-
gcc/rust/typecheck/rust-tyty-bounds.h | 2 +-
gcc/rust/typecheck/rust-tyty-subst.cc | 2 +-
gcc/rust/typecheck/rust-tyty-subst.h | 2 +-
gcc/rust/typecheck/rust-tyty-util.cc | 2 +-
gcc/rust/typecheck/rust-tyty-util.h | 2 +-
gcc/rust/typecheck/rust-unify.cc | 2 +-
gcc/rust/typecheck/rust-unify.h | 2 +-
gcc/rust/util/rust-inline-visitor.h | 2 +-
41 files changed, 41 insertions(+), 41 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 d27ff777c65 gdb/tui: don't leak the known_window_types map
new da59d966b8d Remove unused imports from gdb's Python code
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/python/lib/gdb/command/explore.py | 1 -
gdb/python/lib/gdb/printer/bound_registers.py | 2 --
gdb/python/lib/gdb/printing.py | 1 -
gdb/python/lib/gdb/xmethod.py | 1 -
4 files changed, 5 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-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 8c9eb8d156 48: onsuccess: #572: 21845: Success after binutils/gcc/linux [...]
new 9cfa257aa8 49: onsuccess: #573: 21862: Success after binutils/gcc/linux [...]
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 1796 -> 1956 bytes
02-prepare_abe/console.log.xz | Bin 2800 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 32224 -> 31512 bytes
04-build_abe-stage1/console.log.xz | Bin 75240 -> 73252 bytes
05-build_abe-qemu/console.log.xz | Bin 32112 -> 32540 bytes
06-build_linux/console.log.xz | Bin 10184 -> 9272 bytes
08-check_regression/console.log.xz | Bin 4788 -> 4468 bytes
08-check_regression/mail-body.txt | 4 ++--
09-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_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 +-
19 files changed, 33 insertions(+), 33 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/llvm-master-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
from 587801354b 57: onsuccess: #559: 23519: Success after binutils/llvm/qemu [...]
new 980fe62741 58: onsuccess: #561: 23519: 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 1788 -> 1768 bytes
02-prepare_abe/console.log.xz | Bin 2792 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 31740 -> 31084 bytes
04-build_kernel_llvm/console.log.xz | Bin 65320 -> 66012 bytes
05-build_abe-qemu/console.log.xz | Bin 32732 -> 32120 bytes
06-build_linux/console.log.xz | Bin 3780 -> 3744 bytes
08-check_regression/console.log.xz | Bin 4080 -> 4384 bytes
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 | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
16 files changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.