[Bug c++/17880] -Wsequence-point doesn't warn inside if, while, do conditions, for beg/cond/end expressions etc.

2008-08-27 Thread manu at gcc dot gnu dot org
--- Comment #7 from manu at gcc dot gnu dot org 2008-08-27 16:25 --- Fixed in GCC 4.4. only 4631 bugs to go ;-) -- manu at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/17880] -Wsequence-point doesn't warn inside if, while, do conditions, for beg/cond/end expressions etc.

2008-08-27 Thread manu at gcc dot gnu dot org
--- Comment #6 from manu at gcc dot gnu dot org 2008-08-27 16:07 --- Subject: Bug 17880 Author: manu Date: Wed Aug 27 16:06:00 2008 New Revision: 139625 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139625 Log: 2008-08-27 Manuel Lopez-Ibanez <[EMAIL PROTECTED]> PR c+

[Bug c++/17880] -Wsequence-point doesn't warn inside if, while, do conditions, for beg/cond/end expressions etc.

2008-08-09 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2008-08-09 13:09 --- Fixed in the C front-end, broken in the C++ front-end. I also have a patch for this. -- manu at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/17880] -Wsequence-point doesn't warn inside if, while, do conditions, for beg/cond/end expressions etc.

2008-08-09 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2008-08-09 12:38 --- Subject: Bug 17880 Author: manu Date: Sat Aug 9 12:37:32 2008 New Revision: 138904 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138904 Log: 2008-08-09 Manuel Lopez-Ibanez <[EMAIL PROTECTED]> PR c/

[Bug c/17880] -Wsequence-point doesn't warn inside if, while, do conditions, for beg/cond/end expressions etc.

2004-10-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-12 17:04 --- Note for the C++ front-end at this point we don't warn for the last for statement but we do for C, I have a fix for the problem (I fixed while fixing another problem). -- http://gcc.gnu.org/bugzilla/sh