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-next-allnoconfig
in repository toolchain/ci/gcc.
from c4fafd1bf72 Daily bump.
adds 6d71115ef69 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_kernel/gnu-release-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7c575838 0: update: binutils-gcc-linux: all
new acfbd5b9 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 (7c575838)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 112 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 11181 +++++------
04-build_abe-stage1/console.log | 17460 ++++++++---------
05-build_linux/console.log | 668 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 29851 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
12 files changed, 29868 insertions(+), 29854 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_kernel/gnu-release-arm-mainline-allyesconfig
in repository toolchain/ci/gcc.
from c4fafd1bf72 Daily bump.
adds 6d71115ef69 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_kernel/gnu-release-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a5adcf89 0: update: binutils-gcc-linux: all
new c26892b5 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 (a5adcf89)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 182 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11251 +++++------
04-build_abe-stage1/console.log | 18167 +++++++++---------
05-build_linux/console.log | 772 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30844 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
12 files changed, 30855 insertions(+), 30851 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 c4fafd1bf72 Daily bump.
new 6d71115ef69 Daily bump.
new 69e8d80dfb6 d: Fix alias protection being ignored if used before declaration.
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/DATESTAMP | 2 +-
gcc/d/dmd/declaration.c | 7 +++++++
gcc/testsuite/gdc.test/fail_compilation/fail21001.d | 12 ++++++++++++
gcc/testsuite/gdc.test/fail_compilation/imports/fail21001b.d | 5 +++++
.../gdc.test/fail_compilation/imports/issue21295ast_node.d | 5 +++++
.../gdc.test/fail_compilation/imports/issue21295astcodegen.d | 4 ++++
.../gdc.test/fail_compilation/imports/issue21295dtemplate.d | 3 +++
.../gdc.test/fail_compilation/imports/issue21295visitor.d | 3 +++
gcc/testsuite/gdc.test/fail_compilation/issue21295.d | 9 +++++++++
9 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail21001.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/fail21001b.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295ast_node.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295astcodegen.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295dtemplate.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295visitor.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/issue21295.d
--
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-8
in repository gcc.
from 0657793704f Daily bump.
new 8897e14141c Daily bump.
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/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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from f16af0e32f9 Daily bump.
new dc56d58937c Daily bump.
new 67baa11f68e tree-optimization/97255 - missing vector bool pattern of SR [...]
new e293967739f tree-optimization/97357 - avoid abnormals in loop splitting [...]
new 46043487413 d: Fix alias protection being ignored if used before declaration.
The 4 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/DATESTAMP | 2 +-
gcc/d/dmd/declaration.c | 7 ++++
gcc/testsuite/g++.dg/vect/pr97255.cc | 44 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr97357.c | 39 +++++++++++++++++++
.../gdc.test/fail_compilation/fail21001.d | 12 ++++++
.../gdc.test/fail_compilation/imports/fail21001b.d | 5 +++
.../fail_compilation/imports/issue21295ast_node.d | 5 +++
.../imports/issue21295astcodegen.d | 4 ++
.../fail_compilation/imports/issue21295dtemplate.d | 3 ++
.../fail_compilation/imports/issue21295visitor.d | 3 ++
.../gdc.test/fail_compilation/issue21295.d | 9 +++++
gcc/tree-ssa-loop-split.c | 3 ++
gcc/tree-vect-patterns.c | 8 +++-
13 files changed, 141 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr97255.cc
create mode 100644 gcc/testsuite/gcc.dg/pr97357.c
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail21001.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/fail21001b.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295ast_node.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295astcodegen.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295dtemplate.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295visitor.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/issue21295.d
--
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
in repository toolchain/ci/interesting-commits.
from fa34a2b Add regression 323592fdc92a0021319419f210a6052542856654 from [...]
new e817538 Add regression e6eab4652f4d1dac4e8093f0e2c1f187c5647cb9 from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.