This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
from c3f5d1c477 82: onsuccess: #465: 2: Success after binutils/gcc: 26 commits
new c52919d507 83: onsuccess: #466: 2: Success after binutils/gcc: 33 commits
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 1704 -> 1740 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 50676 -> 51140 bytes
.../console.log.xz | Bin 946444 -> 945276 bytes
06-check_regression/console.log.xz | Bin 3048 -> 3052 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
12 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 devel/modula-2
in repository gcc.
from 28504e8e716 Rebuilt configure and gcc/configure.
new b94c3d78cf1 PR 207235 Bugfix gcc/m2/mc/mc.flex fclose the input file.
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/m2/mc/mc.flex | 421 +++++++++++++++++++++++++++---------------------------
1 file changed, 207 insertions(+), 214 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 e7e7469e7a3 gdb: Fix issue with Clang CLI macros
new d91d55b907e sim: ppc: drop use of DATE & TIME
new 4556d82e8a7 sim: update --version copyright year
new 75bed973c86 sim: ppc: include copyright & license in --version
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:
sim/common/sim-options.c | 2 +-
sim/ppc/options.c | 6 ------
sim/ppc/psim.c | 5 +++++
3 files changed, 6 insertions(+), 7 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_gcc_bootstrap/release-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
from 75934a3cdc 24: onsuccess: #131: 2: Success after binutils/gcc: 12 commits
new 30d46e1320 25: onsuccess: #132: 2: Success after binutils/gcc: 26 commits
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 1672 -> 1688 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 50556 -> 52176 bytes
.../console.log.xz | Bin 930432 -> 932604 bytes
06-check_regression/console.log.xz | Bin 2960 -> 3064 bytes
07-update_baseline/console.log | 9 +++++++++
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 20 ++++++++++----------
13 files changed, 25 insertions(+), 16 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 6629444170f OpenMP/Fortran: 'target update' with DT components
new 5acc10a9ea6 analyzer: fix ICE when pipe's arg isn't a pointer [PR107486]
new 00d7c8ff16e Add gcc/make-unique.h
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/analyzer/analyzer.cc | 16 +++++++++
gcc/analyzer/analyzer.h | 2 ++
gcc/analyzer/region-model.cc | 8 ++---
gcc/make-unique.h | 44 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/pipe-pr107486.c | 5 +++
gcc/testsuite/gcc.dg/analyzer/pipe-void-return.c | 11 ++++++
6 files changed, 82 insertions(+), 4 deletions(-)
create mode 100644 gcc/make-unique.h
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pipe-pr107486.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pipe-void-return.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 master
in repository gcc.
from 553b1d3dd5b i386: Fix uninitialized register after peephole2 conversion [...]
new 6629444170f OpenMP/Fortran: 'target update' with DT components
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/openmp.cc | 10 +-
gcc/fortran/trans-openmp.cc | 9 +-
libgomp/testsuite/libgomp.fortran/target-11.f90 | 75 +++++++++++
libgomp/testsuite/libgomp.fortran/target-13.f90 | 159 ++++++++++++++++++++++++
4 files changed, 246 insertions(+), 7 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.fortran/target-11.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/target-13.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
from 271a50b80a 83: onsuccess: #512: 2: Success after binutils/gcc: 27 commits
new ef2f2520bd 84: onsuccess: #513: 2: Success after binutils/gcc: 29 commits
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 1728 -> 1688 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 39868 -> 38488 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 332568 -> 330496 bytes
06-check_regression/console.log.xz | Bin 3072 -> 3016 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
12 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.