This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c39cb6a 0: update: llvm-linux: all
new 7af183d 0: update: llvm-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 (c39cb6a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 128 +-
02-build_llvm/console.log | 12196 +-
03-build_linux/console.log | 3309474 ++++++++++++++++++------------------
04-boot_linux/console.log | 6 +-
console.log | 3321736 +++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
7 files changed, 3323760 insertions(+), 3319796 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 c0578c7f4f3 [x86] Tweak testcases for PR82361
new 5763e144adf [Ada] Refine previous change for -gnatn and LLVM
new b62d138e467 [Ada] Fix style issues in functional maps
new 10789c9ab70 [Ada] Avoid uninitialized variable in bounded containers
new bfc9786e0de [Ada] System.Stack_Usage: fix a typo
new 968356cde57 [Ada] Remove remaining references to VMS support
new 34bc5aa6f79 [Ada] Improve doc on Warning_As_Error
new 2f5f7be7292 [Ada] Fix 32/64bit mistake on SYSTEM_INFO component in s-win32
new dbdeaa0898b [Ada] Fix typo in error message
new 257d7f291bc [Ada] No Storage_Error for an oversized disabled ghost arra [...]
new 307b1798bdd [Ada] Fix errno for rename for the VxWorks 6 target
new cd052b50e9d [Ada] Raise exception on call to Expect for a dead process
new 29f421fd192 [Ada] Factor out code for deciding statically known Constra [...]
new be0ac57dbce [Ada] Ensure that Scan_Real result does not depend on trail [...]
new d2ef5482c2c [Ada] Skip entity name qualification in GNATprove mode
new 72c5352b69f [Ada] Refine type of Get_Homonym_Number result
new 5f02e9ac666 [Ada] Don't fail a front-end assertion if errors have alrea [...]
new e3e94218b35 [Ada] Code cleanup of alignment representation clauses in d [...]
new 0a8c228c91a [Ada] Fix minor formatting issue
new 61aec20f449 [Ada] Improve efficiency of copying bit-packed slices
new fd7f9ee7ae1 [Ada] Fix portability issues in access to subprograms
The 20 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/ada/ChangeLog | 150 +++++
gcc/ada/adaint.c | 20 +
gcc/ada/bindgen.adb | 1 +
.../implementation_defined_characteristics.rst | 5 +-
.../doc/gnat_rm/implementation_defined_pragmas.rst | 12 +-
.../implementation_of_specific_ada_features.rst | 3 -
gcc/ada/exp_attr.adb | 152 +----
gcc/ada/exp_ch4.adb | 39 +-
gcc/ada/exp_ch5.adb | 22 +-
gcc/ada/exp_dbug.adb | 63 +-
gcc/ada/exp_dbug.ads | 4 +
gcc/ada/exp_disp.adb | 99 +---
gcc/ada/exp_spark.adb | 15 +
gcc/ada/exp_unst.adb | 2 +-
gcc/ada/exp_util.adb | 164 ++++++
gcc/ada/exp_util.ads | 4 +
gcc/ada/freeze.adb | 3 +-
gcc/ada/frontend.adb | 4 +-
gcc/ada/gnat_rm.texi | 20 +-
gcc/ada/libgnarl/s-interr.adb | 6 +-
gcc/ada/libgnarl/s-interr__hwint.adb | 7 +-
gcc/ada/libgnarl/s-interr__sigaction.adb | 6 +-
gcc/ada/libgnarl/s-interr__vxworks.adb | 7 +-
gcc/ada/libgnat/a-cbhama.adb | 14 +-
gcc/ada/libgnat/a-cbhase.adb | 12 +-
gcc/ada/libgnat/a-cbmutr.adb | 13 +-
gcc/ada/libgnat/a-cborma.adb | 15 +-
gcc/ada/libgnat/a-cborse.adb | 13 +-
gcc/ada/libgnat/a-cobove.adb | 16 +-
gcc/ada/libgnat/a-cofuma.adb | 30 +-
gcc/ada/libgnat/g-expect.adb | 12 +-
gcc/ada/libgnat/s-stausa.adb | 2 +-
gcc/ada/libgnat/s-valrea.adb | 652 ++++++++++++---------
gcc/ada/libgnat/s-win32.ads | 21 +-
gcc/ada/make.adb | 2 +-
gcc/ada/sem_eval.adb | 3 +-
gcc/ada/sem_util.adb | 55 +-
gcc/testsuite/ChangeLog | 21 +
gcc/testsuite/gnat.dg/containers1.adb | 5 +
gcc/testsuite/gnat.dg/containers1.ads | 6 +
gcc/testsuite/gnat.dg/{expect3.adb => expect4.adb} | 28 +-
gcc/testsuite/gnat.dg/float_value2.adb | 10 +
gcc/testsuite/gnat.dg/{anon3.adb => ghost7.adb} | 4 +-
gcc/testsuite/gnat.dg/ghost7.ads | 8 +
gcc/testsuite/gnat.dg/system_info1.adb | 23 +
45 files changed, 1086 insertions(+), 687 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/containers1.adb
create mode 100644 gcc/testsuite/gnat.dg/containers1.ads
copy gcc/testsuite/gnat.dg/{expect3.adb => expect4.adb} (55%)
create mode 100644 gcc/testsuite/gnat.dg/float_value2.adb
copy gcc/testsuite/gnat.dg/{anon3.adb => ghost7.adb} (69%)
create mode 100644 gcc/testsuite/gnat.dg/ghost7.ads
create mode 100644 gcc/testsuite/gnat.dg/system_info1.adb
--
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 llvm.
from 19ae26fe88a [X86] Break non-power of 2 vXi1 vectors into scalars for ar [...]
new 72f4293c2e4 [Support] Replace function with function_ref in writeFileAt [...]
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:
include/llvm/Support/FileUtilities.h | 7 ++++---
lib/Support/FileUtilities.cpp | 2 +-
2 files changed, 5 insertions(+), 4 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 openacc-gcc-9-branch
in repository gcc.
from 500483e6ced Silence compiler warnings
new 8a8ebae1a41 Use PRId64 if available
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:
libgomp/ChangeLog.openacc | 5 +++++
libgomp/config/linux/gomp_print.c | 11 ++++++++++-
2 files changed, 15 insertions(+), 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-aarch64-lts-allnoconfig
in repository toolchain/ci/gcc.
from 131317ad53e Daily bump.
adds 63ed120e3ff 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-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7243bb6 0: update: binutils-gcc-linux: boot
new 70e809c 0: update: binutils-gcc-linux: boot
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 (7243bb6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 229 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11110 +++++++--------
04-build_abe-stage1/console.log | 14033 +++++++++----------
05-build_linux/console.log | 654 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26464 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
10 files changed, 26463 insertions(+), 26475 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/llvm-release-arm-stable-defconfig
in repository toolchain/ci/llvm-project.
from 8972a4776da ReleaseNotes: known issue: PR40547
adds 12f174e98c3 Merging r371969: ------------------------------------------ [...]
adds 0399d5a9682 Add external project LDC to release notes.
No new revisions were added by this update.
Summary of changes:
clang/include/clang/Basic/Builtins.def | 2 +-
clang/test/CodeGen/avr-builtins.c | 4 ++++
llvm/docs/ReleaseNotes.rst | 15 +++++++++++++++
3 files changed, 20 insertions(+), 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/llvm-release-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards a2c9dfc 0: update: llvm-linux: boot
new 0529c96 0: update: llvm-linux: boot
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 (a2c9dfc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 128 +-
02-build_llvm/console.log | 11942 ++++++++++++++++----------------
03-build_linux/console.log | 1788 ++---
04-boot_linux/console.log | 472 +-
06-update_baseline/console.log | 25 -
console.log | 14355 +++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
7 files changed, 14335 insertions(+), 14385 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 8276cc46 tcwg_bmk-build.sh: Slightly change path of bmk results on bkp [...]
new dd879796 tcwg-benchmark.sh: Fix container cleanup
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:
tcwg-benchmark.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.