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 160a8aed476 Daily bump.
new b0b770c42f2 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 f6bb36ec49a d: Merge upstream dmd 8508c4e68.
new 37ba6ac3199 Daily bump.
new af6584274ca fold-const: Fix A <= 0 ? A : -A folding [PR95810]
new e29959c5fcd c-family: Use TYPE_OVERFLOW_UNDEFINED instead of !TYPE_UNSI [...]
new 62175c50370 testsuite: Fix g++.dg/torture/pr95493.C FAIL on i686-linux [...]
new deb9c51ca71 PR libstdc++/95915
The 5 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/c-family/c-common.c | 2 +-
gcc/cp/ChangeLog | 10 ++++++++++
gcc/d/ChangeLog | 9 +++++++++
gcc/fold-const.c | 18 ++++++++++++++++--
gcc/testsuite/ChangeLog | 19 +++++++++++++++++++
gcc/testsuite/c-c++-common/pr95903.c | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr95493.C | 2 +-
gcc/testsuite/gcc.dg/ubsan/pr95810.c | 13 +++++++++++++
libstdc++-v3/include/std/variant | 12 +++---------
.../iota/constexpr.cc => 20_util/variant/95915.cc} | 22 +++++++++++++---------
libstdc++-v3/testsuite/20_util/variant/compile.cc | 7 +++++++
12 files changed, 112 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr95903.c
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr95810.c
copy libstdc++-v3/testsuite/{26_numerics/iota/constexpr.cc => 20_util/variant/9591 [...]
--
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 b26fd416fb0 Add a __nonnnull__ attribute to std::string's _CharT* constructor
new 69273534c65 Daily bump.
new d4501bbedca testsuite: clarify scan-dump file globbing behavior
new 4494fcbc9bc arc: add exceptions for PR92860.
new ceac3edb42e sparc: Remove register storage class in sparc.c
new 35cf3c55165 store-merging: ICE in find_bswap_or_nop_1 PR95854.
new eff23b7961f amdgcn: Support basic DWARF
The 6 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 | 19 ++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 10 ++
gcc/config/gcn/gcn-hsa.h | 1 +
gcc/config/gcn/gcn-protos.h | 1 +
gcc/config/gcn/gcn.c | 126 +++++++++++++++++++--
gcc/config/sparc/sparc.c | 22 ++--
gcc/cp/ChangeLog | 6 +
gcc/d/ChangeLog | 4 +
gcc/doc/sourcebuild.texi | 13 +++
gcc/fortran/ChangeLog | 11 ++
gcc/gimple-ssa-store-merging.c | 4 +
gcc/optc-save-gen.awk | 4 +
gcc/testsuite/ChangeLog | 50 ++++++++
.../gcc.dg/{torture/pr87132.c => pr95854.c} | 4 +-
gcc/testsuite/lib/scandump.exp | 54 +++++++--
libstdc++-v3/ChangeLog | 32 ++++++
17 files changed, 331 insertions(+), 32 deletions(-)
copy gcc/testsuite/gcc.dg/{torture/pr87132.c => pr95854.c} (55%)
--
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_bmk_tk1/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/gcc.
from 12cdfdd5b14 x96: Remove PTA_CLWB from PTA_ICELAKE_CLIENT
adds 597b99c3221 Daily bump.
adds 53bc489468c d: Fix ICE in uda_attribute_p when looking up unknown attribute
adds 57096f5c52b d: Fix ICE during error recovery in semantic pass
adds de6a3297416 Daily bump.
adds cb797c730dd PR fortran/95881 - ICE in resolve_symbol, at fortran/resolv [...]
adds d8f8749e9c8 Daily bump.
new d8d451ec344 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/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/d/ChangeLog | 18 ++++++++++++++++++
gcc/d/d-attribs.cc | 9 ++++++---
gcc/d/dmd/expressionsem.c | 1 +
gcc/fortran/ChangeLog | 8 ++++++++
gcc/fortran/resolve.c | 1 +
gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++
gcc/testsuite/gdc.dg/pr95173.d | 10 ++++++++++
gcc/testsuite/gdc.dg/pr95250.d | 18 ++++++++++++++++++
gcc/testsuite/gfortran.dg/pr95881.f90 | 11 +++++++++++
11 files changed, 107 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/pr95173.d
create mode 100644 gcc/testsuite/gdc.dg/pr95250.d
create mode 100644 gcc/testsuite/gfortran.dg/pr95881.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_bmk_tk1/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 7c097909 4: update: binutils-gcc-glibc-llvm: 1
new b679d0fa 4: update: binutils-gcc-glibc-llvm: 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 (7c097909)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/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 | 140 +-
02-prepare_abe/console.log | 394 +-
03-build_abe-binutils/console.log | 11100 +--
04-build_abe-stage1/console.log | 17354 ++--
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 37654 +++----
07-build_abe-stage2/console.log | 44154 +++++----
08-build_llvm-true/console.log | 12676 +--
10-benchmark--Oz_mthumb/benchmark-start.log | 2 +-
10-benchmark--Oz_mthumb/benchmark.log | 8 +-
10-benchmark--Oz_mthumb/console.log | 214 +-
11-check_regression/console.log | 2530 +-
11-check_regression/results-0.csv | 2334 +-
11-check_regression/results-1.csv | 2305 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 6 +-
11-check_regression/results-full.csv | 2459 +-
11-check_regression/results.csv | 166 +-
11-check_regression/results.log | 2614 +-
12-update_baseline/console.log | 2684 +-
12-update_baseline/results-1.csv | 2305 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 6 +-
12-update_baseline/results-full.csv | 2305 +-
12-update_baseline/results.csv | 166 +-
12-update_baseline/results.log | 1892 +-
console.log | 129278 ++++++++++++-------------
jenkins/manifest.sh | 14 +-
results_id | 2 +-
29 files changed, 137482 insertions(+), 137648 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 b0237c0eab6 [gdb/testsuite] Expect conformation question in gdb.server/ [...]
new f638ed73010 [gdbserver] Add missing include of gdbsupport/agent.h
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:
gdbserver/ChangeLog | 4 ++++
gdbserver/ax.h | 1 +
2 files changed, 5 insertions(+)
--
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_bmk_tx1/llvm-master-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 5f8271f8 3: update: binutils-gcc-glibc-llvm: 1
new 9c04fe4c 3: update: binutils-gcc-glibc-llvm: 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 (5f8271f8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarc [...]
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 | 174 +-
02-prepare_abe/console.log | 322 +-
03-build_abe-binutils/console.log | 11522 +--
04-build_abe-stage1/console.log | 15980 ++--
05-build_abe-linux/console.log | 308 +-
06-build_abe-glibc/console.log | 41113 ++++-----
07-build_abe-stage2/console.log | 38094 ++++-----
08-build_llvm-true/console.log | 13173 +--
10-benchmark--Os_LTO/benchmark-start.log | 2 +-
10-benchmark--Os_LTO/benchmark.log | 6 +-
10-benchmark--Os_LTO/console.log | 152 +-
11-check_regression/console.log | 762 +-
11-check_regression/results-0.csv | 109 +-
11-check_regression/results-1.csv | 106 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 114 +-
11-check_regression/results.csv | 48 +-
11-check_regression/results.log | 2588 +-
12-update_baseline/console.log | 1726 +-
12-update_baseline/results-1.csv | 106 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 106 +-
12-update_baseline/results.csv | 48 +-
12-update_baseline/results.log | 1882 +-
console.log | 123364 ++++++++++++++--------------
jenkins/manifest.sh | 22 +-
results_id | 2 +-
27 files changed, 126053 insertions(+), 125852 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 4e394b28e3b gas/testsuite: test-case for PR25331 (mmix reloc fixup bug)
new b0237c0eab6 [gdb/testsuite] Expect conformation question in gdb.server/ [...]
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/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.server/solib-list.exp | 3 +++
2 files changed, 9 insertions(+)
--
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 269e4c17cd htl: Enable cancel*16 an cancel*20 tests
new 81b1c8cbb5 hurd: Simplify usleep timeout computation
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:
sysdeps/mach/usleep.c | 7 ++-----
1 file changed, 2 insertions(+), 5 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_cross/gnu-master-aarch64-check_cross
in repository toolchain/ci/binutils-gdb.
from 331733cd4e W/ Clang, compile C/C++ testcases with -Wno-unknown-warning-option
adds 221db974e6 W/ Clang, compile/link C++ test programs with "-x c++"
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/ChangeLog | 10 ++++++++++
gdb/testsuite/gdb.arch/amd64-entry-value-paramref.exp | 3 ++-
gdb/testsuite/gdb.compile/compile-cplus.exp | 12 +-----------
gdb/testsuite/lib/gdb.exp | 8 ++++++++
4 files changed, 21 insertions(+), 12 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_bmk_tk1/llvm-master-arm-spec2k6-O3
in repository toolchain/ci/base-artifacts.
discards 2fd73a24 0: update: binutils-gcc-glibc-llvm: 1
new ce937f4f 0: update: binutils-gcc-glibc-llvm: 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 (2fd73a24)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-master-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 | 83 +-
02-prepare_abe/console.log | 66 +-
03-build_abe-binutils/console.log | 10483 +--
04-build_abe-stage1/console.log | 19020 ++--
05-build_abe-linux/console.log | 42 +-
06-build_abe-glibc/console.log | 39902 ++++----
07-build_abe-stage2/console.log | 45011 ++++-----
08-build_llvm-true/console.log | 13138 +--
09-true/console.log | 2 +-
10-benchmark--O3_marm/benchmark-start.log | 2 +-
10-benchmark--O3_marm/benchmark.log | 8 +-
10-benchmark--O3_marm/console.log | 204 +-
11-check_regression/console.log | 2443 +-
11-check_regression/results-0.csv | 2306 +-
11-check_regression/results-1.csv | 2182 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 7 +-
11-check_regression/results-full.csv | 2357 +-
11-check_regression/results.csv | 157 +-
11-check_regression/results.log | 2490 +-
12-update_baseline/console.log | 1944 +-
12-update_baseline/results-0.csv | 2301 +-
12-update_baseline/results-1.csv | 2182 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 7 +-
12-update_baseline/results-full.csv | 2359 +-
12-update_baseline/results.csv | 157 +-
12-update_baseline/results.log | 2458 +-
console.log | 132802 +++++++++++++--------------
jenkins/manifest.sh | 22 +-
results_id | 2 +-
31 files changed, 140998 insertions(+), 143215 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_cross
in repository toolchain/ci/interesting-commits.
from 76d0560 Add last-good 212475e5757fe3335cba30c9c3eec1707ac0c271 from h [...]
new fe34857 Add regression 9c5ca11a33fa91345fe813d449ddc4a821fc72d5 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.