This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 7d87883aa47 Backport correct Go MIPS architecture names from trunk.
new 2bac8531740 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 gcc-5-branch
in repository gcc.
from 898c1210e93 Daily bump.
new c7ef93945ee 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 master
in repository binutils-gdb.
from 1a56bfa56e Remove free_splay_tree cleanup
new f8f762b2fd Automatic date update in version.in
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/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from 0b75b00b53 Automatic date update in version.in
new 3320164297 Automatic date update in version.in
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/version.h | 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 binutils-2_29-branch
in repository binutils-gdb.
from c7ad010494 Automatic date update in version.in
new ba50dd3fad Automatic date update in version.in
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/version.h | 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 master
in repository llvm.
from 3b8950a6d6b Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
new 37437af14bb [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through crea [...]
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/MC/MCELFObjectWriter.h | 6 +++---
lib/MC/ELFObjectWriter.cpp | 15 ++++++++-------
.../AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp | 6 +++---
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp | 6 +++---
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp | 4 ++--
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp | 4 ++--
.../Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp | 4 ++--
lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp | 4 ++--
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 6 +++---
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp | 4 ++--
lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp | 4 ++--
lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp | 4 ++--
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp | 5 ++---
13 files changed, 36 insertions(+), 36 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 clang.
from a167502bf9 [Analyzer] Do not segfault on unexpected call_once implementation
new 9ee4a4e444 [Modules TS] Module ownership semantics for redeclarations.
new a3aaa66c47 Fix typos in documentation
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:
docs/InternalsManual.rst | 4 +-
include/clang/AST/Decl.h | 10 ++-
include/clang/AST/DeclBase.h | 4 +
include/clang/Basic/DiagnosticSemaKinds.td | 3 +
include/clang/Sema/Lookup.h | 25 ++++++-
include/clang/Sema/Sema.h | 38 +++++++---
lib/AST/Decl.cpp | 16 +++-
lib/AST/DeclBase.cpp | 5 +-
lib/AST/DeclCXX.cpp | 2 +-
lib/Sema/SemaDecl.cpp | 85 ++++++++++++++++++----
lib/Sema/SemaDeclCXX.cpp | 31 +++++---
lib/Sema/SemaDeclObjC.cpp | 28 ++++---
lib/Sema/SemaExprMember.cpp | 3 +-
lib/Sema/SemaLookup.cpp | 30 +++++++-
lib/Sema/SemaOpenMP.cpp | 2 +-
lib/Sema/SemaTemplate.cpp | 13 ++--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 17 +++--
.../basic/basic.def.odr/p6/global-vs-module.cpp | 55 ++++++++++++++
.../basic/basic.def.odr/p6/module-vs-global.cpp | 19 +++++
.../basic/basic.def.odr/p6/module-vs-module.cpp | 44 +++++++++++
test/SemaCXX/modules-ts.cppm | 2 +-
21 files changed, 355 insertions(+), 81 deletions(-)
create mode 100644 test/CXX/modules-ts/basic/basic.def.odr/p6/global-vs-module.cpp
create mode 100644 test/CXX/modules-ts/basic/basic.def.odr/p6/module-vs-global.cpp
create mode 100644 test/CXX/modules-ts/basic/basic.def.odr/p6/module-vs-module.cpp
--
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 478c006f9b mn10300: Don't free cached internal symbol table
new 0c478e2d06 Remove "do_nothing"
new 1a56bfa56e Remove free_splay_tree cleanup
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:
gdb/ChangeLog | 11 +++++++++
gdb/{selftest-arch.h => common/gdb_splay_tree.h} | 31 ++++++++++++++++--------
gdb/mi/mi-main.c | 29 ++++++----------------
3 files changed, 40 insertions(+), 31 deletions(-)
copy gdb/{selftest-arch.h => common/gdb_splay_tree.h} (63%)
--
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 users/hjl/check_relocs
in repository binutils-gdb.
discards 7ba53a6080 Remove ppc64_elf_gc_sweep_hook
discards 8ee86bcabf Update aarch64 GC tests
discards bf3c55bf80 Remove elfNN_aarch64_gc_sweep_hook
discards ac2b65a6a2 Remove elf32_arm_gc_sweep_hook
discards 63fc977940 ELF: Set link_info.check_relocs_after_open_input to TRUE
discards b3df022829 ELF: Call check_relocs after opening all inputs
adds 5c9e4427a7 Fix gdb.base/print-file-var-main.c value check logic
adds e61933afce Add missing changelog entries
adds 6753e38a5c Fix compile time warning message when running the PR19874 li [...]
adds c474ea1a5f Fix link time warning message when running the srec linker tests.
adds 109483d9ee Make cp_remove_params return a gdb::unique_xmalloc_ptr
adds 890e97902a Fix automatic dependency tracking
adds ee6767daf1 S/390: Sync with IBM z14 POP - SI_RD format
adds 8e464506d2 S/390: Sync with latest POP - 3 new instructions
adds 6e66f75381 Don't try building gdb against guile-2.2
adds a181c0bf74 Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t.
adds cbd2b4e316 Multi-arch exec, more register reading avoidance
adds 777a42f1f8 gdb.multi/multi-arch-exec.exp: Also test -m32 => -m64
adds 9d45a7de8b bfin: Don't create .interp section for info->nointerp
adds 478c006f9b mn10300: Don't free cached internal symbol table
new 64ddb249ad ELF: Call check_relocs after opening all inputs
new 907ed75919 ELF: Set link_info.check_relocs_after_open_input to TRUE
new 97d5366e11 Remove elf32_arm_gc_sweep_hook
new 593e35aa89 Remove elfNN_aarch64_gc_sweep_hook
new 45979b89c2 Update aarch64 GC tests
new d48498adf5 Remove ppc64_elf_gc_sweep_hook
new 0da81e8cc4 Remove gc_sweep_hook from elf_backend_data
new f0ce006187 Remove elf_m68k_gc_sweep_hook
new faf035676d m68k: Remove elf_m68k_gc_sweep_hook from comments
new b2c168061c Remove bfin_gc_sweep_hook and bfinfdpic_gc_sweep_hook
new adb778ee24 cris: Remove cris_elf_gc_sweep_hook
new c5c7f09be5 cr16: Remove elf32_cr16_gc_sweep_hook
new 41869e9e63 hppa: Remove elf32_hppa_gc_sweep_hook
new a107f125cb Remove lm32_elf_gc_sweep_hook
new 4de32b0d88 Remove mmix_elf_gc_sweep_hook
new 1a12b1ddb1 Remove nios2_elf32_gc_sweep_hook
new 584ec16100 Remove _bfd_mips_elf_gc_sweep_hook
new 02c1fa636d Remove microblaze_elf_gc_sweep_hook
new 3383e833b2 Remove elf_s390_gc_sweep_hook
new 356ecc22a1 Remove _bfd_sparc_elf_gc_sweep_hook
new ec3d14074c Remove tilegx_elf_gc_sweep_hook
new 543c544044 Remove tilepro_elf_gc_sweep_hook
new b1746d0fa4 Remove m32r_elf_gc_sweep_hook
new bf81b99adf Remove mcore_elf_gc_sweep_hook
new a5c6db6bbf Remove elf_metag_gc_sweep_hook
new d16c1eb3d6 Remove nds32_elf_gc_sweep_hook
new cee18dfaaa Remove or1k_elf_gc_sweep_hook
new 6ea024f9fc Remove elf32_tic6x_gc_sweep_hook
new 7cd42902f7 Remove elf64_alpha_gc_sweep_hook
new c58c9a7394 Remove riscv_elf_gc_sweep_hook
new 7b594df5a6 Remove elf_xtensa_gc_sweep_hook
new 23ffb77039 Remove elf_vax_gc_sweep_hook
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 (7ba53a6080)
\
N -- N -- N refs/heads/users/hjl/check_relocs (23ffb77039)
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 32 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 | 10 ++
bfd/elf-bfd.h | 6 -
bfd/elf-m10300.c | 2 +-
bfd/elf32-bfin.c | 191 +-------------------------
bfd/elf32-cr16.c | 13 --
bfd/elf32-cris.c | 188 -------------------------
bfd/elf32-hppa.c | 125 -----------------
bfd/elf32-lm32.c | 56 --------
bfd/elf32-m32r.c | 117 ----------------
bfd/elf32-m68k.c | 196 +--------------------------
bfd/elf32-mcore.c | 12 --
bfd/elf32-metag.c | 126 -----------------
bfd/elf32-microblaze.c | 12 --
bfd/elf32-mips.c | 1 -
bfd/elf32-nds32.c | 133 ------------------
bfd/elf32-nios2.c | 105 --------------
bfd/elf32-or1k.c | 56 --------
bfd/elf32-s390.c | 175 ------------------------
bfd/elf32-sparc.c | 1 -
bfd/elf32-tic6x.c | 85 ------------
bfd/elf32-tilegx.c | 1 -
bfd/elf32-tilepro.c | 165 ----------------------
bfd/elf32-vax.c | 63 ---------
bfd/elf32-xtensa.c | 132 ------------------
bfd/elf64-alpha.c | 67 ---------
bfd/elf64-mips.c | 1 -
bfd/elf64-mmix.c | 28 ----
bfd/elf64-s390.c | 181 -------------------------
bfd/elf64-sparc.c | 2 -
bfd/elf64-tilegx.c | 1 -
bfd/elflink.c | 33 -----
bfd/elfnn-riscv.c | 95 -------------
bfd/elfxx-mips.c | 60 --------
bfd/elfxx-mips.h | 2 -
bfd/elfxx-sparc.c | 160 ----------------------
bfd/elfxx-sparc.h | 3 -
bfd/elfxx-target.h | 4 -
bfd/elfxx-tilegx.c | 189 --------------------------
bfd/elfxx-tilegx.h | 4 -
gas/ChangeLog | 18 +++
gas/testsuite/gas/s390/zarch-arch12.d | 3 +
gas/testsuite/gas/s390/zarch-arch12.s | 3 +
gas/testsuite/gas/s390/zarch-z13.d | 2 +-
gdb/ChangeLog | 36 +++++
gdb/Makefile.in | 9 +-
gdb/configure | 4 +-
gdb/configure.ac | 2 +-
gdb/cp-support.c | 19 +--
gdb/cp-support.h | 3 +-
gdb/dwarf2read.c | 11 +-
gdb/fbsd-nat.c | 4 +-
gdb/fbsd-tdep.c | 4 +-
gdb/infrun.c | 5 +-
gdb/psymtab.c | 8 +-
gdb/stack.c | 7 +-
gdb/testsuite/ChangeLog | 34 +++++
gdb/testsuite/gdb.base/print-file-var-main.c | 6 +-
gdb/testsuite/gdb.base/print-file-var.exp | 2 +-
gdb/testsuite/gdb.multi/multi-arch-exec.c | 27 ++++
gdb/testsuite/gdb.multi/multi-arch-exec.exp | 180 ++++++++++++++++++------
ld/ChangeLog | 7 +
ld/emultempl/mmix-elfnmmo.em | 10 ++
ld/emultempl/mmixelf.em | 2 +-
ld/testsuite/ld-cris/tls-gc-68.d | 22 ++-
ld/testsuite/ld-cris/tls-gc-69.d | 22 ++-
ld/testsuite/ld-cris/tls-gc-70.d | 23 ++--
ld/testsuite/ld-cris/tls-gc-75.d | 22 ++-
ld/testsuite/ld-cris/tls-gc-79.d | 23 ++--
ld/testsuite/ld-mmix/bpo-10.d | 1 -
ld/testsuite/ld-srec/srec.exp | 2 +-
ld/testsuite/ld-x86-64/pr19784c.c | 2 +-
opcodes/ChangeLog | 11 ++
opcodes/s390-opc.c | 4 +-
opcodes/s390-opc.txt | 10 +-
74 files changed, 392 insertions(+), 2957 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 clang.
from 97590e2368 PR13575: Fix test
new a167502bf9 [Analyzer] Do not segfault on unexpected call_once implementation
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:
lib/Analysis/BodyFarm.cpp | 38 ++++++++++++++++++++++----------------
test/Analysis/call_once.cpp | 9 +++++++++
2 files changed, 31 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.