Daily bump.

This commit is contained in:
GCC Administrator 2024-06-25 00:20:57 +00:00
parent 0fd6ae9b20
commit 814b8cce9f
3 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,17 @@
2024-06-24 Kewen Lin <linkw@linux.ibm.com>
Backported from master:
2024-05-29 Kewen Lin <linkw@linux.ibm.com>
PR target/114846
* config/rs6000/rs6000-logue.cc (rs6000_emit_epilogue): As
EPILOGUE_TYPE_EH_RETURN would be passed as epilogue_type directly
now, adjust the relevant handlings on it.
* config/rs6000/rs6000.md (eh_return expander): Append by calling
gen_eh_return_internal and emit_barrier.
(eh_return_internal): New define_insn_and_split, call function
rs6000_emit_epilogue with epilogue type EPILOGUE_TYPE_EH_RETURN.
2024-06-20 Jakub Jelinek <jakub@redhat.com>
Backported from master:

View File

@ -1 +1 @@
20240624
20240625

View File

@ -1,3 +1,11 @@
2024-06-24 Kewen Lin <linkw@linux.ibm.com>
Backported from master:
2024-05-29 Kewen Lin <linkw@linux.ibm.com>
PR target/114846
* gcc.target/powerpc/pr114846.c: New test.
2024-06-20 Jakub Jelinek <jakub@redhat.com>
Backported from master: