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-master-aarch64-bootstrap_O1
in repository toolchain/ci/gcc.
from 8ed6cfbbee7 libstdc++: Fix non-default constructors for hash containers [...]
adds e4966e1d1de Bind(c): signed char is not a Fortran character type
adds 01ac2f08b01 Daily bump.
adds 3382846558e Fix execution failure of parity_1.f90 on P10 [PR100952]
adds 60933a148ab analyzer: fix feasibility false +ve with overly complex svalues
adds 863737b8de7 Revert "testsuite: mips: use noinline attribute instead of [...]
adds 19e05058799 testsuite: mips: pass -finline/-fnoinline through
new 2c5d803d032 openmp: Diagnose invalid mixing of the attribute and pragma [...]
new 7f7364108f7 openmp: Add support for __has_attribute(omp::directive) and [...]
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/ChangeLog | 69 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/diagnostic-manager.cc | 47 ++++++--
gcc/analyzer/region-model-manager.cc | 4 +
gcc/analyzer/region-model.h | 5 +
gcc/c-family/c-lex.c | 15 ++-
gcc/c-family/c-pragma.h | 4 +
gcc/config/rs6000/rs6000.md | 5 +-
gcc/cp/parser.c | 40 ++++++-
gcc/cp/parser.h | 3 +
gcc/testsuite/ChangeLog | 36 ++++++
gcc/testsuite/c-c++-common/gomp/attrs-1.c | 146 +++++++++++++++++++++++
gcc/testsuite/c-c++-common/gomp/attrs-2.c | 146 +++++++++++++++++++++++
gcc/testsuite/c-c++-common/gomp/attrs-3.c | 74 ++++++++++++
gcc/testsuite/g++.dg/gomp/attrs-4.C | 61 ++++++++++
gcc/testsuite/g++.dg/gomp/attrs-5.C | 46 +++++++
gcc/testsuite/gcc.dg/analyzer/feasibility-3.c | 133 +++++++++++++++++++++
gcc/testsuite/gcc.target/mips/cfgcleanup-jalr2.c | 11 +-
gcc/testsuite/gcc.target/mips/cfgcleanup-jalr3.c | 6 +-
gcc/testsuite/gcc.target/mips/mips.exp | 1 +
libgfortran/ChangeLog | 6 +
libgfortran/runtime/ISO_Fortran_binding.c | 13 +-
libstdc++-v3/ChangeLog | 44 +++++++
23 files changed, 884 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-2.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-3.c
create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-4.C
create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-5.C
create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-3.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_gnu/gnu-master-aarch64-bootstrap_O1
in repository toolchain/ci/binutils-gdb.
from f878836265 [gdb/testsuite] Fix FAILs due to PR gcc/101575
adds 9234efeee5 Automatic date update in version.in
adds 0e4cc77316 x86: express unduly set rounding control bits in disassembly
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/testsuite/gas/i386/avx512f-nondef.d | 9 ++-
gas/testsuite/gas/i386/avx512f-nondef.s | 12 ++--
gas/testsuite/gas/i386/evex.d | 8 +--
gas/testsuite/gas/i386/x86-64-avx512f-nondef.d | 9 ++-
gas/testsuite/gas/i386/x86-64-avx512f-nondef.s | 12 ++--
gas/testsuite/gas/i386/x86-64-evex.d | 4 +-
opcodes/i386-dis.c | 90 +++++++++++++++-----------
8 files changed, 82 insertions(+), 64 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-master-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 6f33912e 0: update: binutils-gcc: 1
new 6fbe1e84 0: update: binutils-gcc: 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 (6f33912e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 14 +-
02-prepare_abe/console.log | 358 +-
04-build_abe-bootstrap_O1/console.log | 59435 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 59811 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 59763 insertions(+), 59869 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 glibc.
from 9a7ab0769b hurd: Fix glob lstat compatibility
new 5b8d271571 Fix build and tests with --disable-tunables
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:
malloc/arena.c | 5 -----
malloc/malloc-check.c | 2 ++
malloc/malloc.c | 51 ++++++++++++++++++++++++++-------------------------
sysdeps/x86/Makefile | 8 ++++++--
4 files changed, 34 insertions(+), 32 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 devel/omp/gcc-11
in repository gcc.
from 858d20e2945 openmp: Fix up omp_check_private [PR101535]
adds dc386b02086 rs6000: Fix up easy_vector_constant_msb handling [PR101384]
adds 70e5a8ffdef Daily bump.
adds ae2ce6aadbf c++: Ensure OpenMP reduction with reference type references [...]
adds 076930b9690 openmp: Fix up omp_check_private [PR101535]
adds 2016df9f3fa Daily bump.
adds c8ccb1828b7 [POWER10] __morestack calls from pcrel code
adds 9ca1fa731d5 Daily bump.
new 012c780b19d Merge remote-tracking branch 'origin/releases/gcc-11' into [...]
new 3c64d631f88 openmp: Diagnose invalid mixing of the attribute and pragma [...]
new 29bc27f6d3f openmp: Add support for __has_attribute(omp::directive) and [...]
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/ChangeLog | 43 +++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog.omp | 17 ++++
gcc/c-family/c-lex.c | 15 ++-
gcc/c-family/c-pragma.h | 4 +
gcc/config/rs6000/rs6000.c | 2 +-
gcc/cp/ChangeLog | 50 ++++++++++
gcc/cp/ChangeLog.omp | 19 ++++
gcc/cp/parser.c | 40 +++++++-
gcc/cp/parser.h | 3 +
gcc/testsuite/ChangeLog | 36 ++++++++
gcc/testsuite/ChangeLog.omp | 17 ++++
gcc/testsuite/c-c++-common/gomp/attrs-1.c | 146 ++++++++++++++++++++++++++++++
gcc/testsuite/c-c++-common/gomp/attrs-2.c | 146 ++++++++++++++++++++++++++++++
gcc/testsuite/c-c++-common/gomp/attrs-3.c | 74 +++++++++++++++
gcc/testsuite/g++.dg/gomp/attrs-4.C | 61 +++++++++++++
gcc/testsuite/g++.dg/gomp/attrs-5.C | 46 ++++++++++
gcc/testsuite/gcc.dg/pr101384.c | 39 ++++++++
libgcc/ChangeLog | 9 ++
libgcc/config/rs6000/morestack.S | 41 +++++++++
20 files changed, 802 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-2.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-3.c
create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-4.C
create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-5.C
create mode 100644 gcc/testsuite/gcc.dg/pr101384.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_cross/gnu-release-arm-build_cross
in repository toolchain/ci/base-artifacts.
discards 034f59b3 0: update: binutils-gcc-glibc-qemu: 6
new 5c7bbdc3 0: update: binutils-gcc-glibc-qemu: 6
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 (034f59b3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-release-arm-bu [...]
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 | 34 +-
04-build_abe-binutils/console.log | 11317 +-
05-build_abe-stage1/console.log | 15101 ++-
06-build_abe-linux/console.log | 2024 +-
07-build_abe-glibc/console.log | 174891 ++++++++++++------------
08-build_abe-stage2/console.log | 41114 +++---
09-build_abe-qemu/console.log | 6887 +-
10-check_regression/console.log | 16 +-
11-update_baseline/console.log | 16 +-
console.log | 251454 +++++++++++++++++------------------
jenkins/manifest.sh | 26 +-
12 files changed, 251506 insertions(+), 251558 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-master-arm-check_binutils
in repository toolchain/ci/binutils-gdb.
from f878836265 [gdb/testsuite] Fix FAILs due to PR gcc/101575
adds 9234efeee5 Automatic date update in version.in
adds 0e4cc77316 x86: express unduly set rounding control bits in disassembly
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/testsuite/gas/i386/avx512f-nondef.d | 9 ++-
gas/testsuite/gas/i386/avx512f-nondef.s | 12 ++--
gas/testsuite/gas/i386/evex.d | 8 +--
gas/testsuite/gas/i386/x86-64-avx512f-nondef.d | 9 ++-
gas/testsuite/gas/i386/x86-64-avx512f-nondef.s | 12 ++--
gas/testsuite/gas/i386/x86-64-evex.d | 4 +-
opcodes/i386-dis.c | 90 +++++++++++++++-----------
8 files changed, 82 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.