This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 20a2e6afa82 recog: Restore builds with Clang
new 84f0f9a19a8 Update gcc sv.po.
new 5d9d0c94588 rs6000: Rename future to power10
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/config/rs6000/altivec.h | 4 +-
gcc/config/rs6000/altivec.md | 42 +-
gcc/config/rs6000/driver-rs6000.c | 4 +-
gcc/config/rs6000/future.md | 521 -------------------
gcc/config/rs6000/linux64.h | 6 +-
gcc/config/rs6000/power10.md | 521 +++++++++++++++++++
gcc/config/rs6000/ppc-auxv.h | 2 +-
gcc/config/rs6000/rs6000-builtin.def | 202 ++++----
gcc/config/rs6000/rs6000-c.c | 6 +-
gcc/config/rs6000/rs6000-call.c | 122 ++---
gcc/config/rs6000/rs6000-cpus.def | 16 +-
gcc/config/rs6000/rs6000-opts.h | 3 +-
gcc/config/rs6000/rs6000-string.c | 2 +-
gcc/config/rs6000/rs6000-tables.opt | 10 +-
gcc/config/rs6000/rs6000.c | 54 +-
gcc/config/rs6000/rs6000.h | 8 +-
gcc/config/rs6000/rs6000.md | 42 +-
gcc/config/rs6000/rs6000.opt | 6 +-
gcc/config/rs6000/t-rs6000 | 2 +-
gcc/config/rs6000/vsx.md | 6 +-
gcc/po/sv.po | 978 ++++++++++++++---------------------
21 files changed, 1175 insertions(+), 1382 deletions(-)
delete mode 100644 gcc/config/rs6000/future.md
create mode 100644 gcc/config/rs6000/power10.md
--
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 ea04f02131 aarch64: Remove fpu Makefile
new ecbbadbf10 x86: Update CPU feature detection [BZ #26149]
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:
sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h | 2 +-
sysdeps/x86/cpu-features.c | 156 +++++----
sysdeps/x86/cpu-features.h | 419 +++++++++---------------
sysdeps/x86/cpu-tunables.c | 14 +-
sysdeps/x86/tst-get-cpu-features.c | 67 +---
5 files changed, 268 insertions(+), 390 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_gnu/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/gcc.
from b2246cd6e9f Daily bump.
adds ebfec202cb2 Daily bump.
adds ba654730710 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 1e7c2c2c 0: update: gcc-b2246cd6e9fd708e4e3e6c53f1c42e9b11524f84: 1
new f8a225c2 0: update: gcc-ba6547307106a80d84f24e1773b21c2c3d1e5c5b: 1
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 (1e7c2c2c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 184 +-
02-prepare_abe/console.log | 416 +-
04-build_abe-bootstrap_O3/console.log | 50966 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 51610 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 51591 insertions(+), 51601 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 2c7ae01349f Enable CET in cross compiler if possible
new c00ca04ba7e PR fortran/95587 - ICE in gfc_target_encode_expr, at fortra [...]
new ece7b4d5f0c PR fortran/95689 - ICE in check_sym_interfaces, at fortran/ [...]
new f067cc55d38 PR fortran/95687 - ICE in get_unique_hashed_string, at fort [...]
new 905aaaa6a5f PR fortran/95688 - ICE in gfc_get_string, at fortran/iresolve.c:70
new 4dd2fd9c435 PR fortran/95707 - ICE in finish_equivalences, at fortran/t [...]
new 1271bdf0d17 c++: implicit operator== adjustments from P2002.
new c3d4dbc68be c++: Refinements to "more constrained".
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/cp/call.c | 11 +-
gcc/cp/class.c | 115 +++++++++++++++++++-
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 5 +-
gcc/cp/method.c | 117 ++++++++-------------
gcc/cp/pt.c | 14 ++-
gcc/fortran/class.c | 43 +++++---
gcc/fortran/gfortran.h | 4 +-
gcc/fortran/interface.c | 5 +-
gcc/fortran/iresolve.c | 4 +-
gcc/fortran/match.c | 5 +
gcc/fortran/trans-common.c | 8 +-
gcc/testsuite/g++.dg/cpp2a/concepts-p2113a.C | 12 +++
gcc/testsuite/g++.dg/cpp2a/concepts-p2113b.C | 25 +++++
gcc/testsuite/g++.dg/cpp2a/concepts-return-req1.C | 2 +-
gcc/testsuite/g++.dg/cpp2a/spaceship-synth9.C | 27 +++++
gcc/testsuite/gfortran.dg/pr95587.f90 | 13 +++
gcc/testsuite/gfortran.dg/pr95687.f90 | 19 ++++
gcc/testsuite/gfortran.dg/pr95688.f90 | 15 +++
gcc/testsuite/gfortran.dg/pr95689.f90 | 16 +++
gcc/testsuite/gfortran.dg/pr95707.f90 | 16 +++
.../24_iterators/move_iterator/rel_ops_c++20.cc | 19 ----
.../24_iterators/reverse_iterator/rel_ops_c++20.cc | 22 ----
23 files changed, 372 insertions(+), 146 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-p2113a.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-p2113b.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth9.C
create mode 100644 gcc/testsuite/gfortran.dg/pr95587.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95687.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95688.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95689.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95707.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 gcc.
from 647340c92a0 Fortran : ICE in resolve_fl_procedure PR95708
new 99abb146fd0 arm: Fix the failing mve scalar shift execution tests.
new 20a2e6afa82 recog: Restore builds with Clang
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/coretypes.h | 4 ----
gcc/doc/sourcebuild.texi | 9 +++++++++
gcc/recog.h | 2 +-
.../gcc.target/arm/mve/intrinsics/mve_scalar_shifts1.c | 2 +-
.../gcc.target/arm/mve/intrinsics/mve_scalar_shifts2.c | 2 +-
.../gcc.target/arm/mve/intrinsics/mve_scalar_shifts3.c | 2 +-
.../gcc.target/arm/mve/intrinsics/mve_scalar_shifts4.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 18 ++++++++++++++++++
8 files changed, 32 insertions(+), 9 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 e822f2cda9b Disable parts of gdb.base/source-dir.exp on remote host
new cf00cd6faf3 default-args: allow to define default arguments for aliases
new 746ebfe8dd7 Add tests for new alias default-args related commands and a [...]
new 5b860c93e3c NEWS and documentation for alias default-args related conce [...]
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:
gdb/ChangeLog | 48 +++++
gdb/NEWS | 15 ++
gdb/cli/cli-cmds.c | 247 +++++++++++++++++-----
gdb/cli/cli-decode.c | 110 ++++++++--
gdb/cli/cli-decode.h | 4 +
gdb/cli/cli-script.c | 12 +-
gdb/command.h | 2 +
gdb/completer.c | 2 +-
gdb/doc/ChangeLog | 8 +
gdb/doc/gdb.texinfo | 118 ++++++++++-
gdb/guile/scm-cmd.c | 2 +-
gdb/guile/scm-param.c | 6 +-
gdb/infcmd.c | 6 +-
gdb/python/py-auto-load.c | 4 +-
gdb/python/py-cmd.c | 2 +-
gdb/python/py-param.c | 4 +-
gdb/remote.c | 4 +-
gdb/testsuite/ChangeLog | 12 ++
gdb/testsuite/gdb.base/alias.exp | 2 +-
gdb/testsuite/gdb.base/{with.c => default-args.c} | 6 +-
gdb/testsuite/gdb.base/default-args.exp | 123 +++++++++++
gdb/testsuite/gdb.base/default.exp | 4 +-
gdb/testsuite/gdb.base/help.exp | 2 +-
gdb/testsuite/gdb.base/page.exp | 4 +-
gdb/testsuite/gdb.base/style.exp | 8 +-
gdb/testsuite/gdb.guile/guile.exp | 2 +-
gdb/testsuite/gdb.python/python.exp | 2 +-
gdb/top.c | 21 +-
gdb/tracepoint.c | 6 +-
29 files changed, 669 insertions(+), 117 deletions(-)
copy gdb/testsuite/gdb.base/{with.c => default-args.c} (96%)
create mode 100644 gdb/testsuite/gdb.base/default-args.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.