Re: typo in gcc-4.4 changes

2009-04-27 Thread Jonathan Wakely
On 26/04/2009, Gerald Pfeifer wrote: > On Wed, 22 Apr 2009, Jonathan Wakely wrote: >> Should I undo this change to the front page, now that the 'changes' >> link is next to the 4.4.0 release on gcc-4.4/index.html ? > > I have to admit I don't feel strongly either way. What do you think? If the li

Re: typo in gcc-4.4 changes

2009-04-26 Thread Gerald Pfeifer
On Wed, 22 Apr 2009, Jonathan Wakely wrote: > Should I undo this change to the front page, now that the 'changes' > link is next to the 4.4.0 release on gcc-4.4/index.html ? I have to admit I don't feel strongly either way. What do you think? Gerald

Re: typo in gcc-4.4 changes

2009-04-22 Thread Jonathan Wakely
On 06/04/2009, Gerald Pfeifer wrote: > On Sat, 4 Apr 2009, Jonathan Wakely wrote: >> There is currently no way to get from the front page to the >> gcc-4.4/changes.html page, should there be a "(changes)" link on the >> front page until a release is added to the gcc-4.4/index.html page? > > I think

Re: typo in gcc-4.4 changes

2009-04-06 Thread Jonathan Wakely
2009/4/6 Gerald Pfeifer: > On Sat, 4 Apr 2009, Jonathan Wakely wrote: >> There is currently no way to get from the front page to the >> gcc-4.4/changes.html page, should there be a "(changes)" link on the >> front page until a release is added to the gcc-4.4/index.html page? > > I think that would

Re: typo in gcc-4.4 changes

2009-04-06 Thread Gerald Pfeifer
On Sat, 4 Apr 2009, Jonathan Wakely wrote: > There is currently no way to get from the front page to the > gcc-4.4/changes.html page, should there be a "(changes)" link on the > front page until a release is added to the gcc-4.4/index.html page? I think that would be appropriate, yes. Are you g

Re: typo in gcc-4.4 changes

2009-04-04 Thread Jonathan Wakely
I spotted some problems in the gcc-4.4/porting_to.html page. There's a missing html entity, the typo "memmber", and multibyte UTF-8 quotes, which are a problem because the web server automatically adds a header specifying Latin1 encoding. I'll commit this patch soon if noone objects. There is cur

Re: typo in gcc-4.4 changes

2009-04-04 Thread Richard Sandiford
Pierce Lopez writes: > I was just reading this page: http://gcc.gnu.org/gcc-4.4/changes.html > May I humbly draw your attention to this bullet point: > > -Wparentheses now warns about expressions such as (!x | y) and (!x & > y). Using explicit parentheses, such as in ((!x) | y)), silences this > w

typo in gcc-4.4 changes

2009-04-03 Thread Pierce Lopez
I was just reading this page: http://gcc.gnu.org/gcc-4.4/changes.html May I humbly draw your attention to this bullet point: -Wparentheses now warns about expressions such as (!x | y) and (!x & y). Using explicit parentheses, such as in ((!x) | y)), silences this warning Note the extra parenthesi