Re: [PATCH] gcc/genflags.c: Improve error message

2021-04-27 Thread Jeff Law via Gcc-patches
On 4/27/2021 5:32 AM, Christophe Lyon via Gcc-patches wrote: When an iterator cannot be expanded, it is helpful to see the expanded name which is causing problems. It would be better to also print the current iterator value (which couldn't match), but I couldn't find how. 2021-03-01 Christop

Re: [PATCH] gcc/genflags.c: Improve error message

2021-04-27 Thread Richard Sandiford via Gcc-patches
Christophe Lyon via Gcc-patches writes: > When an iterator cannot be expanded, it is helpful to see the expanded > name which is causing problems. It would be better to also print the > current iterator value (which couldn't match), but I couldn't find > how. > > 2021-03-01 Christophe Lyon > >