Re: [PATCH] MIPS: Bugfix for fix Dejagnu issues with RTL checking enabled.

2023-03-02 Thread Richard Sandiford via Gcc-patches
"Xin Liu" writes: > From: Robert Suchanek > > gcc/ChangeLog: > >* config/mips/mips.cc (mips_set_text_contents_type): Modified parameter >* config/mips/mips-protos.h (mips_set_text_contents_type): Likewise > > Signed-off-by: Xin Liu Thanks, pushed to trunk. I guess this is a regression

[PATCH] MIPS: Bugfix for fix Dejagnu issues with RTL checking enabled.

2023-02-28 Thread Xin Liu
From: Robert Suchanek gcc/ChangeLog: * config/mips/mips.cc (mips_set_text_contents_type): Modified parameter * config/mips/mips-protos.h (mips_set_text_contents_type): Likewise Signed-off-by: Xin Liu --- gcc/config/mips/mips-protos.h | 2 +- gcc/config/mips/mips.c| 4 ++-- 2 f