Daily bump.

This commit is contained in:
GCC Administrator
2023-06-08 00:21:33 +00:00
parent dda4745eb1
commit 65ed436a08
3 changed files with 30 additions and 1 deletions
+21
View File
@@ -1,3 +1,24 @@
2023-06-07 Jeevitha Palanisamy <jeevitha@linux.ibm.com>
Backported from master:
2023-06-06 Jeevitha Palanisamy <jeevitha@linux.ibm.com>
PR target/106907
* config/rs6000/rs6000.cc (vec_const_128bit_to_bytes): Remove
duplicate expression.
2023-06-07 Alex Coplan <alex.coplan@arm.com>
Backported from master:
2023-05-25 Alex Coplan <alex.coplan@arm.com>
PR target/109800
* config/arm/arm.md (movdf): Generate temporary pseudo in DImode
instead of DFmode.
* config/arm/vfp.md (no_literal_pool_df_immediate): Rather than punning an
lvalue DFmode pseudo into DImode, use a DImode pseudo and pun it into
DFmode as an rvalue.
2023-06-06 Andrew Pinski <apinski@marvell.com>
Backported from master:
+1 -1
View File
@@ -1 +1 @@
20230607
20230608
+8
View File
@@ -1,3 +1,11 @@
2023-06-07 Alex Coplan <alex.coplan@arm.com>
Backported from master:
2023-05-25 Alex Coplan <alex.coplan@arm.com>
PR target/109800
* gcc.target/arm/pure-code/pr109800.c: New test.
2023-06-05 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master: