Re: [PATCH] PR target/89828 Inernal compiler error on -fno-omit-frame-pointer

2023-03-11 Thread Jeff Law via Gcc-patches
On 1/5/23 06:05, Yoshinori Sato wrote: Subject: [PATCH] PR target/89828 Inernal compiler error on -fno-omit-frame-pointer From: Yoshinori Sato Date: 1/5/23, 06:05 To: gcc-patches@gcc.gnu.org CC: Yoshinori Sato The problem was caused by an erroneous note about creating a stack frame

[PATCH] PR target/89828 Inernal compiler error on -fno-omit-frame-pointer

2023-01-05 Thread Yoshinori Sato
The problem was caused by an erroneous note about creating a stack frame, which caused the cur_cfa reg to fail to assert with a value other than the frame pointer. This fix will generate notes that correctly update cur_cfa. gcc/config/rx/ * rx.cc (add_pop_cfi_notes): Release the frame