This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5ededfa5b23 PR modula2/109264 Bugfix resolve opaque types containing sets
new 80ed2a6471a c: [PR84900] cast of compound literal does not cause the co [...]
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/fold-const.cc | 1 +
gcc/testsuite/gcc.dg/compound-literal-cast-lvalue-1.c | 9 +++++++++
2 files changed, 10 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/compound-literal-cast-lvalue-1.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_aosp-build-aosp/oriole-master
in repository toolchain/ci/base-artifacts.
from 8e99de14750 1: onsuccess: #29: 5: Success after baseline build: no new commits
new dc2e8f4238f 2: onsuccess: #30: 5: Success after aosp_superproject/llvm/ [...]
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 1936 -> 1952 bytes
02-build_aosp_toolchain/console.log.xz | Bin 1856 -> 197744 bytes
03-build_shadow_llvm/console.log.xz | Bin 127224 -> 130840 bytes
04-build_aosp/console.log.xz | Bin 1262464 -> 1269616 bytes
06-check_regression/binary.regressions | 2 +
06-check_regression/console.log.xz | Bin 43236 -> 45744 bytes
06-check_regression/mail-body.txt | 1 +
06-check_regression/results-vs-first.csv | 34 +-
06-check_regression/results-vs-prev.csv | 1890 +++++++++++++++---------------
06-check_regression/results.regressions | 1 +
dashboard/dashboard-generate.sh | 2 +-
git/aosp_superproject_rev | 2 +-
git/llvm_rev | 2 +-
git/toolchain_superproject_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 3 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 23 +-
results | 1 +
size.csv | 1876 ++++++++++++++---------------
20 files changed, 1926 insertions(+), 1917 deletions(-)
create mode 100644 06-check_regression/binary.regressions
create mode 100644 06-check_regression/results.regressions
--
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 80251d41850 Add support to readelf for the PT_OPENBSD_MUTABLE segment type.
new 12d290fbbf0 Fix minor grammar issue in python.texi
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:
gdb/doc/python.texi | 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_aosp-code_size-surfaceflinger/oriole-master
in repository toolchain/ci/base-artifacts.
from cf361e50edb 0: init: #46: 2: Success after baseline build: no new commits
new e85e74cdbe0 1: onsuccess: #47: 2: Success after aosp_superproject/llvm/ [...]
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 2352 -> 1976 bytes
01-reset_artifacts/patch-env.sh | 2 -
02-build_aosp_toolchain/console.log.xz | Bin 1716 -> 197752 bytes
03-build_shadow_llvm/console.log.xz | Bin 127624 -> 130516 bytes
04-build_aosp/console.log.xz | Bin 69068 -> 69440 bytes
06-check_regression/aosp.improvements | 1 +
06-check_regression/console.log.xz | Bin 2096 -> 7056 bytes
06-check_regression/mail-body.txt | 12 +-
.../results-vs-first.csv | 176 ++++++++++-----------
.../results-vs-prev.csv | 176 ++++++++++-----------
07-update_baseline/console.log | 9 ++
dashboard/dashboard-generate.sh | 2 +-
size.csv => first-size.csv | 72 ++++-----
git/aosp_superproject_rev | 2 +-
git/llvm_rev | 2 +-
git/toolchain_superproject_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 14 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 26 +--
size.csv | 72 ++++-----
21 files changed, 300 insertions(+), 272 deletions(-)
delete mode 100644 01-reset_artifacts/patch-env.sh
create mode 100644 06-check_regression/aosp.improvements
copy size.csv => 06-check_regression/results-vs-first.csv (73%)
copy size.csv => 06-check_regression/results-vs-prev.csv (73%)
copy size.csv => first-size.csv (99%)
--
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 25979b67615 tree-optimization/109262 - ICE with non-call EH and forwprop
new 41ade3399bd tree-optimization/107569 - avoid wrecking earlier folding i [...]
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/testsuite/g++.dg/opt/pr107569.C | 29 +++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.cc | 17 +++++++++++------
2 files changed, 40 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr107569.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 master
in repository toolchain/gcc-compare-results.
from 4578bcf compare_dg_tests.pl: Handle tests that can FAIL but never PASS
new 7a92173 From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--mas [...]
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:
.../flaky/tcwg_gnu_native_check_gdb-master-arm.xfail | 8 ++++++++
1 file changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.