mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
Daily bump.
This commit is contained in:
parent
0fd6ae9b20
commit
814b8cce9f
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
20240624
|
||||
20240625
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user