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 0910ebacff1 c++: ICE with ptr-to-member-fn [PR119344]
new 49ccf5238b8 c++: constexpr ref template arg [PR119194]
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/cp/decl2.cc | 22 +++++++++++++++++-----
gcc/testsuite/g++.dg/template/linkage7.C | 17 +++++++++++++++++
2 files changed, 34 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/linkage7.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 releases/gcc-14
in repository gcc.
from 22bdc4d9dd7 c++: ICE when substituting packs into type aliases [PR118104]
new 0910ebacff1 c++: ICE with ptr-to-member-fn [PR119344]
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/cp/typeck.cc | 20 ++++++++++----------
gcc/testsuite/g++.dg/conversion/ptrmem10.C | 14 ++++++++++++++
2 files changed, 24 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/conversion/ptrmem10.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 145c9072064 c++: constexpr ref template arg [PR119194]
new 6fc1f70f0b7 c++: ICE with ptr-to-member-fn [PR119344]
new 16065b6239a AVR: target/119355 - Fix ICE in pass avr-fuse-move / -mfuse-move.
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/config/avr/avr-passes.cc | 54 ++++++++++++++++++------------
gcc/cp/typeck.cc | 20 +++++------
gcc/testsuite/g++.dg/conversion/ptrmem10.C | 14 ++++++++
3 files changed, 56 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/conversion/ptrmem10.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 c08c2adbb03 gdb/dwarf: remove type_unit_group
new 4ea28692e88 gdb/dwarf: use gdb::unordered_set for cooked_index_storage: [...]
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:
gdb/dwarf2/cooked-index-storage.c | 56 ++++++++++++++++++++++-----------------
gdb/dwarf2/cooked-index-storage.h | 26 ++++++++++++++----
2 files changed, 53 insertions(+), 29 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 gcc.
from 6751bd4ac48 c++: ICE when substituting packs into type aliases [PR118104]
new 145c9072064 c++: constexpr ref template arg [PR119194]
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/cp/decl2.cc | 22 +++++++++++++++++-----
gcc/testsuite/g++.dg/template/linkage7.C | 17 +++++++++++++++++
2 files changed, 34 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/linkage7.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 releases/gcc-14
in repository gcc.
from a9f88741a99 c++: tweak for -Wrange-loop-construct [PR116731]
new 22bdc4d9dd7 c++: ICE when substituting packs into type aliases [PR118104]
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/cp/pt.cc | 11 ++++++++++-
gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic3.C | 22 ++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic3.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 releases/gcc-13
in repository gcc.
from b6a8c8c4946 Daily bump.
new 0cf6e652beb c++: ICE when substituting packs into type aliases [PR118104]
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/cp/pt.cc | 11 ++++++++++-
gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic3.C | 22 ++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic3.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 1ad1bcc991b libphobos: Fix std.getopt doesn't accept const(string)[] anymore
new 544a9d9e49a gcc, cobol: Check for get_current_dir_name [PR119301]
new 57d1424efe9 cobol: Remove dead code from the driver.
new 6751bd4ac48 c++: ICE when substituting packs into type aliases [PR118104]
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/cobol/gcobolspec.cc | 38 +----------------------
gcc/cobol/util.cc | 19 ++++++++++++
gcc/config.in | 6 ++++
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
gcc/cp/pt.cc | 11 ++++++-
gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic3.C | 22 +++++++++++++
7 files changed, 60 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic3.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 545c11e607b Remove is_nonnegative and as_nonnegative
new d87251a45bc gdb/dwarf: use gdb::unordered_map for dwarf2_per_bfd::{quic [...]
new c08c2adbb03 gdb/dwarf: remove type_unit_group
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/dwarf2/read-debug-names.c | 5 +-
gdb/dwarf2/read-gdb-index.c | 2 -
gdb/dwarf2/read.c | 242 +++++++++---------------------------------
gdb/dwarf2/read.h | 47 +++++---
4 files changed, 83 insertions(+), 213 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 a3c01af5e34 libstdc++: Fix constraint recursion in basic_const_iterator [...]
new a9f88741a99 c++: tweak for -Wrange-loop-construct [PR116731]
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/cp/parser.cc | 8 +--
gcc/testsuite/g++.dg/warn/Wrange-loop-construct3.C | 57 ++++++++++++++++++++++
2 files changed, 62 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wrange-loop-construct3.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.