Daily bump.

This commit is contained in:
GCC Administrator
2023-04-26 00:22:28 +00:00
parent 66829f0bae
commit 331a00193c
4 changed files with 23 additions and 1 deletions
+10
View File
@@ -1,3 +1,13 @@
2023-04-25 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2023-04-25 Jakub Jelinek <jakub@redhat.com>
PR target/109566
* config/rs6000/rs6000.cc (rs6000_is_valid_rotate_dot_mask): For
!TARGET_64BIT, don't return true if UINTVAL (mask) << (63 - nb)
is larger than signed int maximum.
2023-04-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* doc/install.texi: Consistently use Solaris rather than Solaris 2.
+1 -1
View File
@@ -1 +1 @@
20230425
20230426
+4
View File
@@ -1,3 +1,7 @@
2023-04-25 Joseph Myers <joseph@codesourcery.com>
* gcc.pot: Regenerate.
2023-04-24 Joseph Myers <joseph@codesourcery.com>
* hr.po, sv.po, zh_CN.po: Update.
+8
View File
@@ -1,3 +1,11 @@
2023-04-25 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2023-04-25 Jakub Jelinek <jakub@redhat.com>
PR target/109566
* gcc.target/powerpc/pr109566.c: New test.
2023-04-22 Jakub Jelinek <jakub@redhat.com>
Backported from master: