This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d51af82b4cf i386: Fix V{64QI,32HI}mode constant permutations [PR94509]
new 23f1f679141 c++: Fix usage of CONSTRUCTOR_PLACEHOLDER_BOUNDARY inside a [...]
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 | 9 +++++++++
gcc/cp/tree.c | 2 +-
gcc/cp/typeck2.c | 18 ++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/pr90996.C | 17 +++++++++++++++++
5 files changed, 50 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr90996.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-release-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 61e02360 0: update: binutils-gcc-linux: all
new 7533b198 0: update: binutils-gcc-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 (61e02360)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 68 +-
02-prepare_abe/console.log | 424 +-
03-build_abe-binutils/console.log | 11192 +++++------
04-build_abe-stage1/console.log | 18129 ++++++++---------
05-build_linux/console.log | 848 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 18 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30947 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 30841 insertions(+), 30811 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 topic/fifo
in repository newlib.
discards 28cd72ef5 Cygwin: FIFO: allow fc_handler list to grow dynamically
discards d6e05cdb1 Cygwin: FIFO: avoid infinite loop when opening a writer
discards 09dce29cf Cygwin: FIFO: avoid unneeded lock when closing
discards aa22607be Cygwin: FIFO: improve fixup_after_fork and fixup_after_exec
discards 4d7cf2bb5 Cygwin: FIFO: designate one reader as owner
discards caac0d703 Cygwin: indentation change
discards 3b73b4648 Cygwin: FIFO: introduce a new type, fifo_reader_id_t
discards 44b8c7297 Cygwin: FIFO: keep track of the number of readers
discards e6f86b429 Cygwin: FIFO: add shared memory
new f1d9519e2 Cygwin: FIFO: add shared memory
new 99f5da92f Cygwin: FIFO: keep track of the number of readers
new e9cb80f97 Cygwin: FIFO: introduce a new type, fifo_reader_id_t
new 943a21302 Cygwin: indentation change
new 7538be1f8 Cygwin: FIFO: designate one reader as owner
new 7b89adf14 Cygwin: FIFO: improve fixup_after_fork and fixup_after_exec
new 46b60bb4e Cygwin: FIFO: avoid unneeded lock when closing
new 3bfcea9cd Cygwin: FIFO: avoid infinite loop when opening a writer
new e5d19cece Cygwin: FIFO: allow fc_handler list to grow dynamically
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 (28cd72ef5)
\
N -- N -- N refs/heads/topic/fifo (e5d19cece)
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 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:
winsup/cygwin/fhandler.h | 10 +++++-----
winsup/cygwin/fhandler_fifo.cc | 20 ++++++++++----------
2 files changed, 15 insertions(+), 15 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 4df50a059fb openmp: Fix parallel master error recovery [PR94512]
new d51af82b4cf i386: Fix V{64QI,32HI}mode constant permutations [PR94509]
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 | 6 ++++
gcc/config/i386/i386-expand.c | 2 +-
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/i386/avx512bw-pr94509-1.c | 30 +++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512bw-pr94509-2.c | 38 ++++++++++++++++++++++
5 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr94509-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr94509-2.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 devel/c++-modules
in repository gcc.
from 1fc1eeb0856 Namespaces from partitions don't advertise that
new 836856bef4a Refactor call-expr & decltype-type comparison
new acda0716f38 Instantiations with requires
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:
ChangeLog.modules | 14 ++++++++++
gcc/cp/module.cc | 15 ++++------
gcc/cp/tree.c | 32 ++++++++++++++--------
gcc/cp/typeck.c | 19 +++++++------
gcc/testsuite/g++.dg/modules/concept-6.h | 19 +++++++++++++
.../modules/{concept-5_a.H => concept-6_a.H} | 2 +-
gcc/testsuite/g++.dg/modules/concept-6_b.C | 11 ++++++++
7 files changed, 80 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/concept-6.h
copy gcc/testsuite/g++.dg/modules/{concept-5_a.H => concept-6_a.H} (78%)
create mode 100644 gcc/testsuite/g++.dg/modules/concept-6_b.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.