[wwwdocs] Error on http://gcc.gnu.org/gcc-4.4/changes.html (-Wsequence-points)

2009-04-23 Thread Manuel López-Ibáñez
2009/4/23 Vincent Lefevre : > There seems to be an error on > >  http://gcc.gnu.org/gcc-4.4/changes.html > > It says: > >  -Wsequence-points now warns within if, while,do while and for >  conditions, and within for begin/end expressions. > > However the -Wsequence-points option doesn't seem to exis

Error on http://gcc.gnu.org/gcc-4.4/changes.html (-Wsequence-points)

2009-04-23 Thread Vincent Lefevre
There seems to be an error on http://gcc.gnu.org/gcc-4.4/changes.html It says: -Wsequence-points now warns within if, while,do while and for conditions, and within for begin/end expressions. However the -Wsequence-points option doesn't seem to exist. Shouldn't it be -Wsequence-point (with