This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules
in repository gcc.
from 7023d170c7e ODR-check enums!
new eb8dd5a3a3d Reimplement module binding extraction
new 71e19827e44 Do not stream hidden_friend_p
new 425d7384b55 Friend specialization overhaul part 1
new 850418a6ed1 Operator function lookups in templates
new 971750eab07 Cherry pick 794275711bd.
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:
ChangeLog.modules | 56 ++
gcc/cp/decl.c | 14 +-
gcc/cp/module.cc | 656 +++++++++++----------
gcc/cp/name-lookup.c | 205 +++----
gcc/cp/name-lookup.h | 7 +-
gcc/testsuite/g++.dg/lookup/operator-1.C | 20 +
gcc/testsuite/g++.dg/lookup/operator-2.C | 23 +
gcc/testsuite/g++.dg/modules/operator-1_a.C | 18 +
gcc/testsuite/g++.dg/modules/operator-1_b.C | 10 +
gcc/testsuite/g++.dg/modules/tpl-friend-1_a.C | 2 +-
gcc/testsuite/g++.dg/modules/tpl-friend-2_a.C | 2 +-
gcc/testsuite/g++.dg/modules/tpl-friend-merge-1.cc | 6 +
gcc/testsuite/g++.dg/modules/tpl-friend-merge-1.h | 9 +
.../g++.dg/modules/tpl-friend-merge-1_a.H | 6 +
.../g++.dg/modules/tpl-friend-merge-1_b.H | 6 +
.../{binding-1_a.H => tpl-friend-merge-1_c.H} | 3 +-
.../g++.dg/modules/tpl-friend-merge-1_d.C | 7 +
.../g++.dg/modules/tpl-friend-merge-1_e.C | 7 +
.../g++.dg/modules/tpl-friend-merge-1_f.C | 7 +
19 files changed, 651 insertions(+), 413 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/operator-1.C
create mode 100644 gcc/testsuite/g++.dg/lookup/operator-2.C
create mode 100644 gcc/testsuite/g++.dg/modules/operator-1_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/operator-1_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-friend-merge-1.cc
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-friend-merge-1.h
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-friend-merge-1_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-friend-merge-1_b.H
copy gcc/testsuite/g++.dg/modules/{binding-1_a.H => tpl-friend-merge-1_c.H} (69%)
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-friend-merge-1_d.C
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-friend-merge-1_e.C
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-friend-merge-1_f.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 binutils-gdb.
from 4449c81a85e bpf: add xBPF ISA
new a68aba2da76 PR26412 UBSAN: objcopy.c:3026 null pointer fwrite
new b4e125d9351 PR26415 UBSAN: vms-misc.c:636 left shift cannot be represented
new c01de193638 asan: alpha-vms: mmember access within null pointer
new 9863cbb7bd3 PR26418 UBSAN: cache.c:386 null pointer fwrite
new aaf9875ef92 PR26431 UBSAN: pe-dll.c:568 null pointer bsearch
new b2f386b99ca PR26447 UBSAN: expr.c:1936 left shift of negative value
new d8d6da137d7 PR26448 UBSAN: symbols.c:1586 left shift of negative value
new 66ad6b44580 PR26453 UBSAN: som.c:2885 null pointer memcpy
new 1673aff5698 PR26458 UBSAN: elf32-i386.c:3615 left shift of negative value
new 55e61b8ad97 PR26475 UBSAN: elfxx-mips.c:12180 null pointer memset
new 00bc5e68b2c PR26478 UBSAN: mmo.c:2941 null pointer memcpy
new 9e51d549d79 PR 26484-26488, 26490 UBSAN &h->elf null pointer
new 2d0ce6779c2 PR26498 UBSAN: elf32-spu.c:2292 left shift overflow
new 32168ca6c36 PR26499 UBSAN: eelf32_spu.c:537 member access null pointer
new 252e57fdd41 PR26506 UBSAN: elf32-xtensa.c:3203 null pointer memcpy
new 4d43072582c PR26507 UBSAN: elf32-xtensa.c:6013 null pointer bsearch
new e637b7ba2f8 PR26508 UBSAN: tc-xtensa.c:7764 null pointer bsearch
The 17 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:
bfd/ChangeLog | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++
bfd/bfdio.c | 18 +++++++++------
bfd/ecofflink.c | 10 +++++----
bfd/elf32-spu.c | 4 ++--
bfd/elf32-xtensa.c | 18 ++++++++++-----
bfd/elf64-ppc.c | 44 +++++++++++++++++++++---------------
bfd/elfxx-mips.c | 3 ++-
bfd/mmo.c | 3 ++-
bfd/som.c | 3 +++
bfd/vms-misc.c | 4 ++--
binutils/ChangeLog | 5 +++++
binutils/objcopy.c | 5 +++--
gas/ChangeLog | 22 +++++++++++++++++-
gas/config/tc-xtensa.c | 3 +++
gas/expr.c | 19 +++++++++++-----
gas/symbols.c | 21 +++++++++++++++--
include/ChangeLog | 5 +++++
include/elf/common.h | 2 +-
ld/ChangeLog | 10 +++++++++
ld/emultempl/spuelf.em | 2 +-
ld/pe-dll.c | 5 +++--
21 files changed, 212 insertions(+), 55 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 binutils-2_35-branch
in repository binutils-gdb.
from 1f6d7bbec2f Automatic date update in version.in
new b801c1a41fc bpf: add xBPF ISA
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:
bfd/ChangeLog | 7 +
bfd/archures.c | 1 +
bfd/bfd-in2.h | 1 +
bfd/cpu-bpf.c | 22 +-
cpu/ChangeLog | 18 +
cpu/bpf.cpu | 118 +++--
gas/ChangeLog | 9 +
gas/config/tc-bpf.c | 34 +-
gas/testsuite/gas/bpf/bpf.exp | 3 +
gas/testsuite/gas/bpf/indcall-1.d | 22 +
.../call-3.s => gas/testsuite/gas/bpf/indcall-1.s | 16 +-
gas/testsuite/gas/bpf/indcall-bad-1.l | 3 +
gas/testsuite/gas/bpf/indcall-bad-1.s | 1 +
opcodes/ChangeLog | 9 +
opcodes/bpf-desc.c | 568 +++++++++++----------
opcodes/bpf-desc.h | 5 +-
opcodes/bpf-opc.c | 12 +
opcodes/bpf-opc.h | 5 +-
opcodes/disassemble.c | 14 +-
19 files changed, 538 insertions(+), 330 deletions(-)
create mode 100644 gas/testsuite/gas/bpf/indcall-1.d
copy ld/testsuite/ld-bpf/call-3.s => gas/testsuite/gas/bpf/indcall-1.s (57%)
create mode 100644 gas/testsuite/gas/bpf/indcall-bad-1.l
create mode 100644 gas/testsuite/gas/bpf/indcall-bad-1.s
--
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 37f628c34d2 windres: AUTOCHECKBOX default style must have WS_TABSTOP style
new 4449c81a85e bpf: add xBPF ISA
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:
bfd/ChangeLog | 7 +
bfd/archures.c | 1 +
bfd/bfd-in2.h | 1 +
bfd/cpu-bpf.c | 22 +-
cpu/ChangeLog | 18 +
cpu/bpf.cpu | 118 +++--
gas/ChangeLog | 9 +
gas/config/tc-bpf.c | 34 +-
gas/testsuite/gas/bpf/bpf.exp | 3 +
gas/testsuite/gas/bpf/indcall-1.d | 22 +
.../call-3.s => gas/testsuite/gas/bpf/indcall-1.s | 16 +-
gas/testsuite/gas/bpf/indcall-bad-1.l | 3 +
gas/testsuite/gas/bpf/indcall-bad-1.s | 1 +
opcodes/ChangeLog | 9 +
opcodes/bpf-desc.c | 568 +++++++++++----------
opcodes/bpf-desc.h | 5 +-
opcodes/bpf-opc.c | 12 +
opcodes/bpf-opc.h | 5 +-
opcodes/disassemble.c | 14 +-
19 files changed, 538 insertions(+), 330 deletions(-)
create mode 100644 gas/testsuite/gas/bpf/indcall-1.d
copy ld/testsuite/ld-bpf/call-3.s => gas/testsuite/gas/bpf/indcall-1.s (57%)
create mode 100644 gas/testsuite/gas/bpf/indcall-bad-1.l
create mode 100644 gas/testsuite/gas/bpf/indcall-bad-1.s
--
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_gnu/gnu-master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 78bf11c8 0: update: gcc-259d072067997ab8f55afcf735c91b6740fd0425: 1
new f4c4daa7 0: update: gcc-ca1afa261d03c9343dff1208325f87d9ba69ec7a: 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 (78bf11c8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 130 +-
02-prepare_abe/console.log | 408 +-
04-build_abe-bootstrap_ubsan/console.log | 96815 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 97357 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
7 files changed, 97377 insertions(+), 97347 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_LTO
in repository toolchain/ci/base-artifacts.
discards c6fb2216 0: update: binutils-gcc-glibc-llvm: 1
new b57bf59a 0: reset: : 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 (c6fb2216)
\
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 | 154 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 11426 +-
04-build_abe-stage1/console.log | 20588 ++--
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 39068 ++++---
07-build_abe-stage2/console.log | 45746 ++++----
08-build_llvm-true/console.log | 13128 ++-
10-benchmark--O3_LTO_marm/benchmark-start.log | 2 +-
10-benchmark--O3_LTO_marm/benchmark.log | 6 +-
10-benchmark--O3_LTO_marm/console.log | 304 +-
11-check_regression/console.log | 764 +-
11-check_regression/results-0.csv | 125 +-
11-check_regression/results-1.csv | 114 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 126 +-
11-check_regression/results.csv | 48 +-
11-check_regression/results.log | 2728 +-
12-update_baseline/console.log | 156 +-
12-update_baseline/results-0.csv | 125 +-
12-update_baseline/results-1.csv | 114 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 126 +-
12-update_baseline/results.csv | 48 +-
12-update_baseline/results.log | 2718 +-
console.log | 132070 +++++++++++------------
jenkins/manifest.sh | 16 +-
reset-baseline | 0
results_id | 2 +-
29 files changed, 133879 insertions(+), 136623 deletions(-)
create mode 100644 reset-baseline
--
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 ed1e7a6a8ad hppa: PR middle-end/87256: Improved hppa_rtx_costs avoids s [...]
new 4b6366f2489 libstdc++: Make variant_npos conversions explicit [PR 96766]
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:
libstdc++-v3/include/std/variant | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 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 de24191d18f Daily bump.
new 9def04578cc libstdc++: Make variant_npos conversions explicit [PR 96766]
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:
libstdc++-v3/include/std/variant | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.