mirror of git://gcc.gnu.org/git/gcc.git
Daily bump.
This commit is contained in:
parent
4088319e7c
commit
890a26bb95
|
|
@ -1 +1 @@
|
|||
20240912
|
||||
20240913
|
||||
|
|
|
|||
|
|
@ -1,3 +1,32 @@
|
|||
2024-09-12 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-12 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c++/96097
|
||||
* pt.cc (coerce_template_template_parm): Increment
|
||||
processing_template_decl before calling tsubst.
|
||||
|
||||
2024-09-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/116636
|
||||
* method.cc: Include decl.h.
|
||||
(use_thunk): Temporarily change deprecated_state to
|
||||
UNAVAILABLE_DEPRECATED_SUPPRESS.
|
||||
|
||||
2024-09-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-10 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/116449
|
||||
* typeck.cc (get_member_function_from_ptrfunc): Use save_expr
|
||||
on instance_ptr and function even if it doesn't have side-effects,
|
||||
as long as it isn't a decl.
|
||||
|
||||
2024-09-08 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,27 @@
|
|||
2024-09-12 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-12 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c++/96097
|
||||
* g++.dg/template/ttp44.C: New test.
|
||||
|
||||
2024-09-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/116636
|
||||
* g++.dg/warn/deprecated-19.C: New test.
|
||||
|
||||
2024-09-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-10 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/116449
|
||||
* g++.dg/ubsan/pr116449.C: New test.
|
||||
|
||||
2024-09-08 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,27 @@
|
|||
2024-09-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-07 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR lto/116614
|
||||
* simple-object-elf.c (SHN_COMMON): Align comment with neighbouring
|
||||
comments.
|
||||
(SHN_HIRESERVE): Use uppercase hex digits instead of lowercase for
|
||||
consistency.
|
||||
(simple_object_elf_find_sections): Formatting fixes.
|
||||
(simple_object_elf_fetch_attributes): Likewise.
|
||||
(simple_object_elf_attributes_merge): Likewise.
|
||||
(simple_object_elf_start_write): Likewise.
|
||||
(simple_object_elf_write_ehdr): Likewise.
|
||||
(simple_object_elf_write_shdr): Likewise.
|
||||
(simple_object_elf_write_to_file): Likewise.
|
||||
(simple_object_elf_copy_lto_debug_section): Likewise. Don't fail for
|
||||
new_i - 1 >= SHN_LORESERVE, instead arrange in that case to copy
|
||||
over .symtab_shndx sections, though emit those last and compute their
|
||||
section content when processing associated .symtab sections. Handle
|
||||
simple_object_internal_read failure even in the .symtab_shndx reading
|
||||
case.
|
||||
|
||||
2024-08-01 Release Manager
|
||||
|
||||
* GCC 14.2.0 released.
|
||||
|
|
|
|||
Loading…
Reference in New Issue