This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13403] postfix ++ messes up the equation
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Dec 2003 17:46:36 -0000
- Subject: [Bug c++/13403] postfix ++ messes up the equation
- References: <20031215172901.13403.gcc@lantiainen.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From falk at debian dot org 2003-12-15 17:46 -------
You are modifying i twice without an intervening sequence point, which is
invalid. See the documentation on -Wsequence-point.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13403