Re: [PATCH] rtl-reader: Disable reuse_rtx support for generator building

2024-11-20 Thread Richard Sandiford
Andrew Pinski writes: > reuse_rtx is not documented nor the format to use it is ever documented. > So it should not be supported for the .md files. > > This also fixes the problem if an invalid index is supplied for reuse_rtx, > instead of ICEing, put out a real error message. Note since this cod

[PATCH] rtl-reader: Disable reuse_rtx support for generator building

2024-11-20 Thread Andrew Pinski
reuse_rtx is not documented nor the format to use it is ever documented. So it should not be supported for the .md files. This also fixes the problem if an invalid index is supplied for reuse_rtx, instead of ICEing, put out a real error message. Note since this code still uses atoi, an invalid in