On Tue, 2020-01-21 at 14:18 +0200, Darius Galis wrote: > Hello, > > The following patch updates the setmemsi and rx_setmem functions. > The patch adds the rx_allow_string_insns constraint to these functions > in order to be used only when the string support is enabled. > > Regression test is OK, without additional fails, and was tested with the > following command: > > make -k check-gcc RUNTESTFLAGS=--target_board=rx-sim > > Please let me know if this is OK, Thank you! > Darius > > Index: gcc/ChangeLog > =================================================================== > --- gcc/ChangeLog (revision 280157) > +++ gcc/ChangeLog (working copy) > @@ -1,3 +1,8 @@ > +2020-01-16 Darius Galis <darius.ga...@cyberthorstudios.com> > + > + * config/rx/rx.md (setmemsi): Added rx_allow_string_insns constraint > + (rx_setmem): Likewise. Thanks. I've installed this on the trunk.
Jeff >