This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 16edb1bf6b5 PR c/83656 - missing -Wbuiltin-declaration-mismatch on decl [...]
new 249e7a17be9 PR c++/87541 - ICE using a constant decl as an attribute al [...]
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/c-family/ChangeLog | 17 +
gcc/c-family/c-attribs.c | 360 ++++++++++++++++-----
gcc/c-family/c-common.c | 3 +-
gcc/c-family/c-common.h | 15 +-
gcc/c-family/c-format.c | 88 ++---
gcc/doc/extend.texi | 80 +++--
gcc/testsuite/ChangeLog | 20 ++
gcc/testsuite/c-c++-common/attributes-1.c | 19 +-
gcc/testsuite/c-c++-common/pr71574.c | 15 +-
gcc/testsuite/g++.dg/ext/attr-alloc_size.C | 53 +++
gcc/testsuite/gcc.dg/attr-alloc_align-2.c | 6 +-
gcc/testsuite/gcc.dg/attr-alloc_align-4.c | 43 +++
gcc/testsuite/gcc.dg/attr-alloc_size-12.c | 60 ++++
gcc/testsuite/gcc.dg/attr-alloc_size-2.c | 7 +-
gcc/testsuite/gcc.dg/attr-alloc_size.c | 6 +-
gcc/testsuite/gcc.dg/attr-assume_aligned-4.c | 36 +++
gcc/testsuite/gcc.dg/format/attr-3.c | 12 +-
gcc/testsuite/gcc.dg/nonnull-2.c | 7 +-
gcc/testsuite/gcc.dg/torture/pr80612.c | 2 +
.../obj-c++.dg/attributes/method-format-1.mm | 4 +-
.../obj-c++.dg/attributes/method-nonnull-1.mm | 14 +-
gcc/testsuite/objc.dg/attributes/method-format-1.m | 4 +-
.../objc.dg/attributes/method-nonnull-1.m | 16 +-
gcc/tree.c | 42 ++-
gcc/tree.h | 1 +
26 files changed, 730 insertions(+), 209 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/attr-alloc_size.C
create mode 100644 gcc/testsuite/gcc.dg/attr-alloc_align-4.c
create mode 100644 gcc/testsuite/gcc.dg/attr-alloc_size-12.c
create mode 100644 gcc/testsuite/gcc.dg/attr-assume_aligned-4.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_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/gcc.
from 37f6f681b6b Fix _mm_extract_pi16 for big-endian
adds d4c1b59df63 Daily bump.
adds 29d1bab8a82 * gcc-interface/misc.c (gnat_init_gcc_eh): Do not override [...]
adds bcef6f177ea [debug/88006] -fdebug-types-section gives undefined ref
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 7 ++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 5 ++++
gcc/ada/gcc-interface/misc.c | 5 +++-
gcc/dwarf2out.c | 2 ++
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/g++.dg/debug/dwarf2/pr87462.C | 20 +++++++++++++++
gcc/testsuite/g++.dg/debug/dwarf2/pr88006.C | 39 +++++++++++++++++++++++++++++
8 files changed, 85 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr87462.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr88006.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 clang-tools-extra.
from 2d155fbb Remove myself as owner of clang-query.
new 502afb1c [clang-tidy] Fix reference to -[NSError init] in AvoidNSError [...]
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:
clang-tidy/objc/AvoidNSErrorInitCheck.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/binutils-gdb.
from dd9168931f Automatic date update in version.in
adds 174f8ac8d4 RISC-V: Give stack slots same align as XLEN.
adds ef2de9e7eb RISC-V: Handle vector type alignment.
adds 8b2d40cbba RISC-V: Fix unnamed arg alignment in registers.
adds a99bc3d23c delete ada-lang.c::move_bits, sharing and re-using copy_bitw [...]
adds a0cd42fcd1 Automatic date update in version.in
adds 92b3642af0 Updated Spanish translation for the ld subdirectory.
adds f9db0c4c6c Move copy_bitwise unittests to own unittest file
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 44 +++++++
gdb/Makefile.in | 1 +
gdb/ada-lang.c | 88 ++-----------
gdb/dwarf2loc.c | 234 ---------------------------------
gdb/riscv-tdep.c | 38 +++++-
gdb/unittests/copy_bitwise-selftests.c | 159 ++++++++++++++++++++++
gdb/utils.c | 93 +++++++++++++
gdb/utils.h | 8 ++
ld/ChangeLog | 4 +
ld/po/es.po | 144 +++++++++-----------
11 files changed, 411 insertions(+), 404 deletions(-)
create mode 100644 gdb/unittests/copy_bitwise-selftests.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_kernel/gnu-master-arm-stable-defconfig
in repository toolchain/binutils-gdb.
from dd9168931f Automatic date update in version.in
adds 174f8ac8d4 RISC-V: Give stack slots same align as XLEN.
adds ef2de9e7eb RISC-V: Handle vector type alignment.
adds 8b2d40cbba RISC-V: Fix unnamed arg alignment in registers.
adds a99bc3d23c delete ada-lang.c::move_bits, sharing and re-using copy_bitw [...]
adds a0cd42fcd1 Automatic date update in version.in
adds 92b3642af0 Updated Spanish translation for the ld subdirectory.
adds f9db0c4c6c Move copy_bitwise unittests to own unittest file
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 44 +++++++
gdb/Makefile.in | 1 +
gdb/ada-lang.c | 88 ++-----------
gdb/dwarf2loc.c | 234 ---------------------------------
gdb/riscv-tdep.c | 38 +++++-
gdb/unittests/copy_bitwise-selftests.c | 159 ++++++++++++++++++++++
gdb/utils.c | 93 +++++++++++++
gdb/utils.h | 8 ++
ld/ChangeLog | 4 +
ld/po/es.po | 144 +++++++++-----------
11 files changed, 411 insertions(+), 404 deletions(-)
create mode 100644 gdb/unittests/copy_bitwise-selftests.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_kernel/gnu-master-aarch64-lts-defconfig
in repository toolchain/binutils-gdb.
from dd9168931f Automatic date update in version.in
adds 174f8ac8d4 RISC-V: Give stack slots same align as XLEN.
adds ef2de9e7eb RISC-V: Handle vector type alignment.
adds 8b2d40cbba RISC-V: Fix unnamed arg alignment in registers.
adds a99bc3d23c delete ada-lang.c::move_bits, sharing and re-using copy_bitw [...]
adds a0cd42fcd1 Automatic date update in version.in
adds 92b3642af0 Updated Spanish translation for the ld subdirectory.
adds f9db0c4c6c Move copy_bitwise unittests to own unittest file
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 44 +++++++
gdb/Makefile.in | 1 +
gdb/ada-lang.c | 88 ++-----------
gdb/dwarf2loc.c | 234 ---------------------------------
gdb/riscv-tdep.c | 38 +++++-
gdb/unittests/copy_bitwise-selftests.c | 159 ++++++++++++++++++++++
gdb/utils.c | 93 +++++++++++++
gdb/utils.h | 8 ++
ld/ChangeLog | 4 +
ld/po/es.po | 144 +++++++++-----------
11 files changed, 411 insertions(+), 404 deletions(-)
create mode 100644 gdb/unittests/copy_bitwise-selftests.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 glibc.
from 8c6c3fb0bc hurd: Fix build with GCC 9
new de20b81a03 mktime: fix EOVERFLOW bug
new 32c12f3f7a mktime: new test for mktime failure
new 6c90d759f6 mktime: simplify offset guess
new efbdddc381 mktime: make more room for overflow
new f6b3331bba mktime: fix bug with Y2038 DST transition
new 86aece3bfb mktime: fix non-EOVERFLOW errno handling
new 5d8af1566b mktime: DEBUG_MKTIME cleanup
The 7 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 | 52 +++++++
time/Makefile | 2 +-
time/bug-mktime4.c | 92 +++++++++++++
time/mktime.c | 391 +++++++++++++++++------------------------------------
4 files changed, 270 insertions(+), 267 deletions(-)
create mode 100644 time/bug-mktime4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.