On Sat, May 9, 2026 at 11:25 PM Takayuki 'January June' Suwa <[email protected]> wrote: > > I regret that I've been using validate_change() thoughtlessly until now, > and should at least verify whether the RTX changes were successful. > > I hope this patch doesn't cause any problems, but if not, I will take some > kind of new action. > > gcc/ChangeLog: > > * config/xtensa/xtensa.cc > (FPreg_neg_scaled_simm12b, convert_SF_const, constantsynth_pass1, > litpool_set_src_1, litpool_set_src): > Change each call to validate_change() and apply_change_group() to > trigger an ICE if the result is not true. > --- > gcc/config/xtensa/xtensa.cc | 34 ++++++++++++++++++++++++---------- > 1 file changed, 24 insertions(+), 10 deletions(-)
Regtested for target=xtensa-linux-uclibc, no new regressions. Committed to master. -- Thanks. -- Max
