Daily bump.

This commit is contained in:
GCC Administrator 2024-09-28 00:20:43 +00:00
parent 7051fa5fa4
commit e282606b6c
3 changed files with 33 additions and 1 deletions

View File

@ -1,3 +1,24 @@
2024-09-27 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
Backported from master:
2024-09-13 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
PR target/115860
* config/s390/s390.cc (print_operand): Remove operand specifier
%V.
* config/s390/s390.md (UNSPEC_TF_TO_FPRX2): New.
* config/s390/vector.md (*tf_to_fprx2_0): Remove.
(*tf_to_fprx2_1): Remove.
(tf_to_fprx2): New.
2024-09-27 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
Backported from master:
2024-09-13 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
* config/s390/s390.cc (s390_mem_constraint): Check displacement
for AQ and AR constraints.
2024-09-20 Eric Botcazou <ebotcazou@adacore.com>
* ipa-modref.cc (modref_eaf_analysis::analyze_ssa_name): Always

View File

@ -1 +1 @@
20240927
20240928

View File

@ -1,3 +1,14 @@
2024-09-27 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
Backported from master:
2024-09-13 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
* gcc.target/s390/vector/long-double-asm-abi.c: Adapt
scan-assembler directive.
* gcc.target/s390/vector/long-double-to-i64.c: Adapt
scan-assembler directive.
* gcc.target/s390/pr115860-1.c: New test.
2024-09-20 Harald Anlauf <anlauf@gmx.de>
Backported from master: