Re: Fix genmultilib reuse rule checks for large sets of option combinations

2017-06-28 Thread Christophe Lyon
On 28 June 2017 at 10:14, Andreas Schwab wrote: > On Jun 28 2017, Christophe Lyon wrote: > >> diff --git a/gcc/genmultilib b/gcc/genmultilib >> index 0767e68..e65a0dd 100644 >> --- a/gcc/genmultilib >> +++ b/gcc/genmultilib >> @@ -462,7 +462,7 @@ echo "};" >> # Generate a regular expression to v

Re: Fix genmultilib reuse rule checks for large sets of option combinations

2017-06-28 Thread Andreas Schwab
On Jun 28 2017, Christophe Lyon wrote: > diff --git a/gcc/genmultilib b/gcc/genmultilib > index 0767e68..e65a0dd 100644 > --- a/gcc/genmultilib > +++ b/gcc/genmultilib > @@ -462,7 +462,7 @@ echo "};" > # Generate a regular expression to validate option combinations. > options_re= > for set in

Re: Fix genmultilib reuse rule checks for large sets of option combinations

2017-06-28 Thread Christophe Lyon
On 28 June 2017 at 10:03, Christophe Lyon wrote: > Hi Joseph, > > On 8 June 2017 at 22:28, Joseph Myers wrote: >> genmultilib computes combination_space, a list of all combinations of >> options in MULTILIB_OPTIONS that might have multilibs built for them >> (some of which may end up not having m

Re: Fix genmultilib reuse rule checks for large sets of option combinations

2017-06-28 Thread Christophe Lyon
Hi Joseph, On 8 June 2017 at 22:28, Joseph Myers wrote: > genmultilib computes combination_space, a list of all combinations of > options in MULTILIB_OPTIONS that might have multilibs built for them > (some of which may end up not having multilibs built for them, and > some of those may end up be

Re: Fix genmultilib reuse rule checks for large sets of option combinations

2017-06-27 Thread Jeff Law
On 06/08/2017 02:28 PM, Joseph Myers wrote: > genmultilib computes combination_space, a list of all combinations of > options in MULTILIB_OPTIONS that might have multilibs built for them > (some of which may end up not having multilibs built for them, and > some of those may end up being mapped to

Ping^2 Re: Fix genmultilib reuse rule checks for large sets of option combinations

2017-06-27 Thread Joseph Myers
Ping^2. This patch is still pending review. -- Joseph S. Myers jos...@codesourcery.com

Ping Re: Fix genmultilib reuse rule checks for large sets of option combinations

2017-06-14 Thread Joseph Myers
Ping. This patch is pending review. -- Joseph S. Myers jos...@codesourcery.com