Re: RFA: Fix match_scratch bug in define_subst

2021-05-27 Thread Richard Sandiford via Gcc-patches
Joern Rennecke writes: > Bootstrapped on x86_64-pc-linux-gnu. > > 2020-12-10 Joern Rennecke > > Fix bug in the define_subst handling that made match_scratch unusable for > multi-alternative patterns. OK, and sorry for the slow response. The changelog won't pass, but I'll leave you to

RFA: Fix match_scratch bug in define_subst

2021-05-16 Thread Joern Rennecke
Bootstrapped on x86_64-pc-linux-gnu. 2020-12-10 Joern Rennecke Fix bug in the define_subst handling that made match_scratch unusable for multi-alternative patterns. diff --git a/gcc/gensupport.c b/gcc/gensupport.c index e1ca06dbc1e..4022c661adb 100644 --- a/gcc/gensupport.c +++ b/gcc/g