Daily bump.

This commit is contained in:
GCC Administrator 2024-07-24 00:23:48 +00:00
parent a544898f6d
commit ae2909a057
5 changed files with 100 additions and 1 deletions

View file

@ -1,3 +1,17 @@
2024-07-23 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2024-07-23 Jakub Jelinek <jakub@redhat.com>
Andrew Pinski <quic_apinski@quicinc.com>
PR tree-optimization/116034
* tree-ssa.cc (maybe_rewrite_mem_ref_base): Only use IMAGPART_EXPR
if MEM_REF offset is equal to element type size.
2024-07-23 Haochen Jiang <haochen.jiang@intel.com>
* config/i386/i386.md (prefetchi): Change to %a.
2024-07-22 Jan Hubicka <hubicka@ucw.cz>
Backported from master:

View file

@ -1 +1 @@
20240723
20240724

View file

@ -1,3 +1,24 @@
2024-07-23 Patrick Palka <ppalka@redhat.com>
Backported from master:
2024-07-23 Patrick Palka <ppalka@redhat.com>
PR c++/104981
PR c++/115550
* coroutines.cc (morph_fn_to_coro): Remove unneeded calls
to convert_to_reference and convert_from_reference when
passing *this. Use cp_build_fold_indirect_ref instead
of directly building INDIRECT_REF.
2024-07-23 Patrick Palka <ppalka@redhat.com>
Backported from master:
2024-07-19 Patrick Palka <ppalka@redhat.com>
PR c++/115783
* call.cc (build_new_method_call): Generalize METHOD_TYPE
check to DECL_OBJECT_MEMBER_FUNCTION_P.
2024-07-18 Marek Polacek <polacek@redhat.com>
Backported from master:

View file

@ -1,3 +1,50 @@
2024-07-23 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Backported from master:
2024-07-23 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
PR testsuite/115826
* gcc.dg/vect/tsvc/vect-tsvc-s1281.c: Use -fno-finite-math-only.
2024-07-23 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2024-07-23 Jakub Jelinek <jakub@redhat.com>
Andrew Pinski <quic_apinski@quicinc.com>
PR tree-optimization/116034
* gcc.dg/pr116034.c: New test.
2024-07-23 Haochen Jiang <haochen.jiang@intel.com>
* gcc.target/i386/prefetchi-1.c: Check (%rip).
2024-07-23 Alexandre Oliva <oliva@adacore.com>
Backported from master:
2024-07-23 Alexandre Oliva <oliva@adacore.com>
PR target/106069
* g++.target/powerpc/pr106069.C: Reorder dg directives.
2024-07-23 Patrick Palka <ppalka@redhat.com>
Backported from master:
2024-07-23 Patrick Palka <ppalka@redhat.com>
PR c++/104981
PR c++/115550
* g++.dg/coroutines/pr104981-preview-this.C: New test.
* g++.dg/coroutines/pr115550-preview-this.C: New test.
2024-07-23 Patrick Palka <ppalka@redhat.com>
Backported from master:
2024-07-19 Patrick Palka <ppalka@redhat.com>
PR c++/115783
* g++.dg/cpp23/explicit-obj-diagnostics11.C: New test.
2024-07-22 Jan Hubicka <hubicka@ucw.cz>
Backported from master:

View file

@ -1,3 +1,20 @@
2024-07-23 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2024-07-23 Jonathan Wakely <jwakely@redhat.com>
* src/c++23/print.cc (__open_terminal): Use [[maybe_unused]] on
parameter.
2024-07-23 Detlef Vollmann <dv@vollmann.ch>
Backported from master:
2024-07-23 Detlef Vollmann <dv@vollmann.ch>
PR libstdc++/115482
* src/c++23/print.cc (__open_terminal) [__AVR__]: Do not use
isatty.
2024-07-12 Jonathan Wakely <jwakely@redhat.com>
Backported from master: