[Bug c++/18150] Should enable -Wsequence-point for C++

2006-02-07 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-07 22:59 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/18150] Should enable -Wsequence-point for C++

2006-02-07 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2006-02-07 21:47 --- Subject: Bug 18150 Author: mueller Date: Tue Feb 7 21:47:55 2006 New Revision: 110719 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110719 Log: 2006-02-07 Dirk Mueller <[EMAIL PROTECTED]> PR c++/

[Bug c++/18150] Should enable -Wsequence-point for C++

2004-10-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-25 20:23 --- Oh, I had forgot to commit the patch which removed the inaccurate part will do. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18150

[Bug c++/18150] Should enable -Wsequence-point for C++

2004-10-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-25 20:21 --- Actually only part of the documenation is needed to change see: . -- What|Removed |Added

[Bug c++/18150] Should enable -Wsequence-point for C++

2004-10-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-25 20:19 --- This is basically is already fixed on the mainline, the only thing left is left is documentation. See PR 15145. -- What|Removed |Added -