Re: Fix bootstrap failure with clang++ (PR 54484)

2012-09-04 Thread Diego Novillo
On 2012-09-04 17:10 , Steven Bosscher wrote: On Tue, Sep 4, 2012 at 11:07 PM, Diego Novillo wrote: Fix bootstrap failure with clang++. This patch fixes a bootstrap failure when using clang as the host compiler. Default arguments for class template member functions should be added in the decla

Re: Fix bootstrap failure with clang++ (PR 54484)

2012-09-04 Thread Diego Novillo
On 2012-09-04 17:10 , Steven Bosscher wrote: On Tue, Sep 4, 2012 at 11:07 PM, Diego Novillo wrote: Fix bootstrap failure with clang++. This patch fixes a bootstrap failure when using clang as the host compiler. Default arguments for class template member functions should be added in the decla

Re: Fix bootstrap failure with clang++ (PR 54484)

2012-09-04 Thread Steven Bosscher
On Tue, Sep 4, 2012 at 11:07 PM, Diego Novillo wrote: > Fix bootstrap failure with clang++. > > This patch fixes a bootstrap failure when using clang as the host > compiler. Default arguments for class template member functions > should be added in the declaration, not the definition. > > From Ja