On 12/26/22 21:24, Alexandre Oliva via Gcc-patches wrote:
lookup_expr_in_table is not used for insertions, but it mistakenly
used INSERT rather than NO_INSERT.
Regstrapped on x86_64-linux-gnu. Ok to install?
for gcc/ChangeLog
* postreload-gcse.cc (lookup_expr_in_table): Use NO_I
lookup_expr_in_table is not used for insertions, but it mistakenly
used INSERT rather than NO_INSERT.
Regstrapped on x86_64-linux-gnu. Ok to install?
for gcc/ChangeLog
* postreload-gcse.cc (lookup_expr_in_table): Use NO_INSERT.
---
gcc/postreload-gcse.cc |2 +-
1 file changed,