Daily bump.

This commit is contained in:
GCC Administrator 2024-06-21 00:26:37 +00:00
parent e77f314ccd
commit 30fca2ce1d
4 changed files with 80 additions and 1 deletions

View file

@ -1,3 +1,31 @@
2024-06-20 Andreas Krebbel <krebbel@linux.ibm.com>
Backported from master:
2024-06-10 Andreas Krebbel <krebbel@linux.ibm.com>
* config/s390/s390.cc (expand_perm_as_replicate): Handle memory
operands.
* config/s390/vx-builtins.md (vec_splats<mode>): Turn into parameterized expander.
(@vec_splats<mode>): New expander.
2024-06-20 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2024-06-19 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/115544
* gimple-lower-bitint.cc (gimple_lower_bitint): Disable optimizing
loads used by COMPLEX_EXPR operands.
2024-06-20 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2024-06-17 Jakub Jelinek <jakub@redhat.com>
PR driver/115440
* opts-common.cc (add_misspelling_candidates): If opt1 is non-NULL,
add a space and opt1 to the alternative suggestion text.
2024-06-17 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Backported from master:

View file

@ -1 +1 @@
20240620
20240621

View file

@ -1,3 +1,41 @@
2024-06-20 Andreas Krebbel <krebbel@linux.ibm.com>
Backported from master:
2024-06-17 Andreas Krebbel <krebbel@linux.ibm.com>
* g++.dg/torture/vshuf-mem.C: Use -march=z14 only, if the we are
on a machine which can actually run it.
2024-06-20 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2024-06-14 Jakub Jelinek <jakub@redhat.com>
* g++.dg/torture/vshuf-mem.C: Add -Wno-psabi to dg-options.
2024-06-20 Andreas Krebbel <krebbel@linux.ibm.com>
Backported from master:
2024-06-10 Andreas Krebbel <krebbel@linux.ibm.com>
* g++.dg/torture/vshuf-mem.C: New test.
2024-06-20 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2024-06-19 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/115544
* gcc.dg/bitint-107.c: New test.
2024-06-20 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2024-06-17 Jakub Jelinek <jakub@redhat.com>
PR driver/115440
* g++.dg/cpp1z/pr115440.C: New test.
2024-06-17 Jakub Jelinek <jakub@redhat.com>
Backported from master:

View file

@ -1,3 +1,16 @@
2024-06-20 Matthias Kretz <m.kretz@gsi.de>
Backported from master:
2024-06-20 Matthias Kretz <m.kretz@gsi.de>
PR libstdc++/115454
* include/experimental/bits/simd_x86.h (_S_not_equal_to): Use
neq comparison instead of bitwise negation after eq.
(_S_find_last_set): Clear unused high bits before computing
bit_width.
* testsuite/experimental/simd/pr115454_find_last_set.cc: New
test.
2024-06-14 Jonathan Wakely <jwakely@redhat.com>
Backported from master: