Bug#1071140: gcc-14: internal compiler error: in find_or_generate_expression, at tree-ssa-pre.cc:2780 on riscv64

2024-06-26 Thread Jiawei
On 30.05.24 08:40, Jiawei wrote: > We had fixed this on gcc upstream —— > https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=c9842f99042454bef99fe82506c6dd50f34e283e please backport that upstream to the GCC 14 branch. Backported it into releases/gcc-14 branch, https://gcc.gnu.org/git/?p=gcc

Bug#1071140: gcc-14: internal compiler error: in find_or_generate_expression, at tree-ssa-pre.cc:2780 on riscv64

2024-05-29 Thread Jiawei
We had fixed this on gcc upstream —— https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=c9842f99042454bef99fe82506c6dd50f34e283e Thanks for your report. BR, Jiawei

Bug#1071140: gcc-14: internal compiler error: in find_or_generate_expression, at tree-ssa-pre.cc:2780 on riscv64

2024-05-15 Thread jiawei
egards, > -- > Bo YU We had verified this bug in the latest gcc version(https://godbolt.org/z/85YTbdjz4), this is a gcc bug due to gcc assert tree_ssa option should equal to SSA_NAME at any time, but in riscv port the code calling break the assert. We will try to fix this in gcc upstream recently, thanks for your reporting. BR, Jiawei