Re: [PATCH] genmultilib: Fix sanity check

2022-11-21 Thread Jeff Law via Gcc-patches
On 11/21/22 05:20, Christophe Lyon via Gcc-patches wrote: On 11/21/22 13:17, Jakub Jelinek wrote: On Mon, Nov 21, 2022 at 12:59:15PM +0100, Christophe Lyon wrote: My previous patch to add a sanity check to genmultilib actually checked the number of dirnames with the number of "sets of optio

Re: [PATCH] genmultilib: Fix sanity check

2022-11-21 Thread Christophe Lyon via Gcc-patches
On 11/21/22 13:17, Jakub Jelinek wrote: On Mon, Nov 21, 2022 at 12:59:15PM +0100, Christophe Lyon wrote: My previous patch to add a sanity check to genmultilib actually checked the number of dirnames with the number of "sets of options" rather than the number of options, thus breaking the bui

Re: [PATCH] genmultilib: Fix sanity check

2022-11-21 Thread Jakub Jelinek via Gcc-patches
On Mon, Nov 21, 2022 at 12:59:15PM +0100, Christophe Lyon wrote: > My previous patch to add a sanity check to genmultilib actually > checked the number of dirnames with the number of "sets of options" > rather than the number of options, thus breaking the build on some > targets. > > To avoid dupl

[PATCH] genmultilib: Fix sanity check

2022-11-21 Thread Christophe Lyon via Gcc-patches
My previous patch to add a sanity check to genmultilib actually checked the number of dirnames with the number of "sets of options" rather than the number of options, thus breaking the build on some targets. To avoid duplicating once more the loop that constructs the sed patterns, this patch check