Re: [PATCH] Fix for fix of bug in GCC 4.7

2011-05-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes writes: | Le 24/05/11 08:37, Lars Gullik Bjønnes a écrit : >> I am not really setup for committing anymore, so I'd prefere if one of >> you did it for me. >> >> (If not I can change my ways, and do it myself, will take time though.) > | Does this mean you are somehow back to

Re: [PATCH] Fix for fix of bug in GCC 4.7

2011-05-24 Thread Jean-Marc Lasgouttes
Le 24/05/11 08:37, Lars Gullik Bjønnes a écrit : I am not really setup for committing anymore, so I'd prefere if one of you did it for me. (If not I can change my ways, and do it myself, will take time though.) Does this mean you are somehow back to LyX development? Welcome. JMarc

Re: [PATCH] Fix for fix of bug in GCC 4.7

2011-05-23 Thread Lars Gullik Bjønnes
Richard Heck writes: | On 05/20/2011 07:14 PM, Lars Gullik Bjønnes wrote: >> >From the GCC mailinglist: >> >>G++ has had a long-standing bug with unqualified name resolution in >>templates: if we didn't find any declaration when looking up a name in >>the template definition, we would

Re: [PATCH] Fix for fix of bug in GCC 4.7

2011-05-21 Thread Richard Heck
On 05/20/2011 07:14 PM, Lars Gullik Bjønnes wrote: > >From the GCC mailinglist: > >G++ has had a long-standing bug with unqualified name resolution in >templates: if we didn't find any declaration when looking up a name in >the template definition, we would do an additional unqualified

[PATCH] Fix for fix of bug in GCC 4.7

2011-05-20 Thread Lars Gullik Bjønnes
>From the GCC mailinglist: G++ has had a long-standing bug with unqualified name resolution in templates: if we didn't find any declaration when looking up a name in the template definition, we would do an additional unqualified lookup at the point of instantiation. This led to incorr