This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from dd38686d9c8 testsuite: Improve g++.dg/ext/attr-parm-1.C testcase [PR94946]
new 71e815a5b69 Fix optindex entries for 2 options.
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/doc/invoke.texi | 3 ++-
2 files changed, 9 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 gcc.
from eb72dc663e9 extend DECL_GIMPLE_REG_P to all types
new ab2952c77d0 Fix optindex entries for 2 options.
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 | 4 ++++
gcc/doc/invoke.texi | 3 ++-
2 files changed, 6 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7a88cd44 0: update: llvm-linux: all
new 1a4f2d2a 0: update: llvm-linux: all
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 (7a88cd44)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 128 +-
02-build_llvm/console.log | 12948 +++++++++++++++++------------------
03-build_linux/console.log | 738 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13828 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13830 insertions(+), 13834 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 releases/gcc-9
in repository gcc.
from 1c42711cd00 Update the baseline symbols for SPARC64/Linux
new fadd5926292 testsuite: Improve g++.dg/ext/attr-parm-1.C testcase [PR94946]
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/ext/attr-parm-1.C | 8 ++++++--
2 files changed, 13 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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 6032350c350 Bump BASE-VER.
new 61fb8963c22 c: Fix ICE with _Atomic side-effect in nested fn param decl [...]
new a764bbb72ae diagnostics: get_option_html_page fixes
new 1b53c1169a6 x86: Fix *vec_dupv4hi constraints [PR94942]
new 8982e39b46b combine: Don't replace SET_SRC with REG_EQUAL note content [...]
new 5454a13add3 riscv: Fix up riscv_atomic_assign_expand_fenv [PR94950]
new 3d4c7e05de4 c++: Don't synthesize sfk_comparison method multiple times [...]
new d82414ebcf7 c++: Avoid strict_aliasing_warning on dependent types or ex [...]
new da91f9d2b6e c-family: Fix error-recovery ICE on __builtin_speculation_s [...]
new dd38686d9c8 testsuite: Improve g++.dg/ext/attr-parm-1.C testcase [PR94946]
The 9 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 | 25 +++++++++++++++++
gcc/c-family/ChangeLog | 8 ++++++
gcc/c-family/c-common.c | 4 ++-
gcc/c/ChangeLog | 11 ++++++++
gcc/c/c-decl.c | 15 +++++++---
gcc/combine.c | 1 +
gcc/config/i386/mmx.md | 4 +--
gcc/config/riscv/riscv-builtins.c | 4 +--
gcc/cp/ChangeLog | 14 ++++++++++
gcc/cp/method.c | 2 +-
gcc/cp/typeck.c | 28 +++++++++++++++----
gcc/opts.c | 28 ++++++-------------
gcc/testsuite/ChangeLog | 32 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/spaceship-synth8.C | 12 ++++++++
gcc/testsuite/g++.dg/ext/attr-parm-1.C | 7 ++++-
.../g++.dg/warn/Wstrict-aliasing-bogus-tmpl.C | 12 ++++++++
gcc/testsuite/gcc.dg/pr94842.c | 11 ++++++++
gcc/testsuite/gcc.dg/pr94873.c | 27 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr94968.c | 8 ++++++
gcc/testsuite/gcc.target/i386/pr94942.c | 24 ++++++++++++++++
20 files changed, 241 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth8.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wstrict-aliasing-bogus-tmpl.C
create mode 100644 gcc/testsuite/gcc.dg/pr94842.c
create mode 100644 gcc/testsuite/gcc.dg/pr94873.c
create mode 100644 gcc/testsuite/gcc.dg/pr94968.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr94942.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.