This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 30875fa698e libbacktrace: better backtrace_print when no debug info
new 313afcfdabe c++: diagnose failed qualified lookup into current inst
new 144b6099cda c++: missing -Wunused-value for !<expr> [PR114104]
new 93c54caa64f libbacktrace: add cast to avoid warning
The 3 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/cp/cvt.cc | 2 ++
gcc/cp/decl.cc | 2 +-
gcc/cp/error.cc | 3 +-
gcc/cp/parser.cc | 10 ++++--
gcc/cp/semantics.cc | 2 +-
gcc/cp/typeck.cc | 2 +-
gcc/testsuite/g++.dg/cpp0x/alignas18.C | 3 +-
gcc/testsuite/g++.dg/cpp0x/forw_enum13.C | 6 ++--
gcc/testsuite/g++.dg/parse/access13.C | 1 +
gcc/testsuite/g++.dg/parse/enum11.C | 2 +-
gcc/testsuite/g++.dg/template/crash123.C | 2 +-
gcc/testsuite/g++.dg/template/crash124.C | 4 +--
gcc/testsuite/g++.dg/template/crash7.C | 6 ++--
gcc/testsuite/g++.dg/template/dtor6.C | 1 +
gcc/testsuite/g++.dg/template/error22.C | 2 +-
gcc/testsuite/g++.dg/template/non-dependent34.C | 44 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/template/static30.C | 4 +--
gcc/testsuite/g++.dg/warn/Wunused-20.C | 19 +++++++++++
gcc/testsuite/g++.old-deja/g++.other/decl5.C | 2 +-
libbacktrace/print.c | 2 +-
libstdc++-v3/include/experimental/socket | 2 +-
libstdc++-v3/include/tr2/dynamic_bitset | 2 +-
22 files changed, 96 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/non-dependent34.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-20.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 a922de0a7a3 Daily bump.
new 30875fa698e libbacktrace: better backtrace_print when no debug info
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:
libbacktrace/print.c | 55 ++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 40 insertions(+), 15 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-14
in repository gcc.
from 1bbfe788d1a c++: constrained partial spec type context [PR111890]
new 4871b0f74c6 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 | 53 +++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 50 +++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 74 +++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 178 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 releases/gcc-13
in repository gcc.
from 37bd7d5c4e1 alpha: Fix duplicate !tlsgd!62 assemble error [PR115526]
new 94f4117c56e 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 | 11 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 20 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 releases/gcc-12
in repository gcc.
from 3666b142d1a Daily bump.
new a98dc99196d 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-11
in repository gcc.
from 3eec2d768d7 gimple-fold: Fix up __builtin_clear_padding lowering [PR115527]
new f443de1de36 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 | 11 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 14 ++++++++++++++
3 files changed, 26 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 master
in repository gcc.
from a8b5ce1580b libbacktrace: add notes about dl_iterate_phdr to README
new a922de0a7a3 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 | 249 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 4 +
gcc/cp/ChangeLog | 18 ++++
gcc/fortran/ChangeLog | 6 ++
gcc/testsuite/ChangeLog | 104 ++++++++++++++++++++
libbacktrace/ChangeLog | 20 ++++
7 files changed, 402 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 master
in repository binutils-gdb.
from 0ed152c5c6b [gdb/testsuite] Fix gdb.arch/arm-pseudo-unwind.exp with uni [...]
new 7c0de4c1e03 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-15-branch
in repository binutils-gdb.
from e9d2651cb29 Automatic date update in version.in
new ef1b80e9134 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_42-branch
in repository binutils-gdb.
from e343b51459c Automatic date update in version.in
new 6a68cd2f30f 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.