This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d0b7c821754 analyzer: remove old decl of region::dump_to_pp
new 08d2edae5d8 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 | 73 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 16 +++++++++++
gcc/cp/ChangeLog | 14 ++++++++++
gcc/testsuite/ChangeLog | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 176 insertions(+), 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-10-branch
in repository binutils-gdb.
from 314d069cd6f gdb/dwarf: disable per-BFD resource sharing for -readnow objfiles
new fb587aeda18 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_36-branch
in repository binutils-gdb.
from 1ffce760e51 Automatic date update in version.in
new f865fc5d4b3 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 binutils-gdb.
from 8a91fbdf3b5 gdb/dwarf: disable per-BFD resource sharing for -readnow objfiles
new edf71419e06 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 dejagnu-1.6.3
in repository dejagnu.
from a8a331e Address PR47386
new 4c4aa83 Update version numbers for 1.6.3 release candidate 2
new bda78c6 Regenerate build system files
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:
ChangeLog | 6 ++++++
configure | 20 ++++++++++----------
configure.ac | 2 +-
doc/version.texi | 4 ++--
runtest.exp | 2 +-
5 files changed, 20 insertions(+), 14 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-10
in repository gcc.
from ee15832c53d tree-optimization/99824 - avoid excessive integer type prec [...]
new b1fc1f1c4b2 c: Fix up -Wunused-but-set-* warnings for _Atomics [PR99588]
new d3dd3703f1d dwarf2out: Fix debug info for 2 byte floats [PR99388]
new d5e379e3fe1 c++: Diagnose references to void in structured bindings [PR99650]
new f8780caf073 c++: Diagnose bare parameter packs in bitfield widths [PR99745]
new 1c82b47137a c++: Fix ICE with nsdmi [PR99705]
new f5df18504c1 dwarf2cfi: Defer queued register saves some more [PR99334]
new afe9a630eae fold-const: Fix ICE in extract_muldiv_1 [PR99777]
new 7cdd30b43a6 c++: Fix ICE on PTRMEM_CST in lambda in inline var initiali [...]
The 8 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/c/c-typeck.c | 66 +++++++++++++++++++++++++++++---
gcc/cp/cp-gimplify.c | 8 ++++
gcc/cp/decl.c | 6 +++
gcc/cp/decl2.c | 2 +-
gcc/cp/tree.c | 42 ++++++++++++++++++++
gcc/dwarf2cfi.c | 30 +++++++++++++--
gcc/dwarf2out.c | 30 ++++++++++-----
gcc/dwarf2out.h | 6 +++
gcc/fold-const.c | 8 ++--
gcc/testsuite/g++.dg/cpp0x/new5.C | 21 ++++++++++
gcc/testsuite/g++.dg/cpp0x/variadic181.C | 9 +++++
gcc/testsuite/g++.dg/cpp1z/decomp55.C | 19 +++++++++
gcc/testsuite/g++.dg/cpp1z/pr99790.C | 9 +++++
gcc/testsuite/g++.dg/torture/pr99777.C | 44 +++++++++++++++++++++
gcc/testsuite/gcc.dg/Wunused-var-5.c | 23 +++++++++++
gcc/testsuite/gcc.dg/Wunused-var-6.c | 14 +++++++
16 files changed, 312 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/new5.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic181.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp55.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/pr99790.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr99777.C
create mode 100644 gcc/testsuite/gcc.dg/Wunused-var-5.c
create mode 100644 gcc/testsuite/gcc.dg/Wunused-var-6.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 gcc.
from 0f9aa35c79a analyzer: only call get_diagnostic_tree when it's needed
new d0b7c821754 analyzer: remove old decl of region::dump_to_pp
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/analyzer/region.h | 5 -----
1 file changed, 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.
unknown user pushed a change to branch master
in repository linux.
from 6ac86aae8928 Merge tag 's390-5.12-5' of git://git.kernel.org/pub/scm/li [...]
new 5e46d1b78a03 reiserfs: update reiserfs_xattrs_initialized() condition
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:
fs/reiserfs/xattr.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 gcc.
from 5f3c6027257 c++: duplicate const static members [PR 99283]
new a01f5fd7103 analyzer testsuite: fix typo
new 0f9aa35c79a analyzer: only call get_diagnostic_tree when it's needed
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:
gcc/analyzer/sm-file.cc | 2 +-
gcc/analyzer/sm-malloc.cc | 10 +++++++---
gcc/analyzer/sm-sensitive.cc | 8 +++++---
gcc/analyzer/sm-taint.cc | 4 +++-
gcc/testsuite/gcc.dg/analyzer/symbolic-1.c | 2 +-
5 files changed, 17 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.