This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13348] precedence of the operators ++ and parenthesis
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Dec 2003 01:22:29 -0000
- Subject: [Bug c/13348] precedence of the operators ++ and parenthesis
- References: <20031208011739.13348.igor.mat@uni-mb.si>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-08 01:22 -------
Not a bug, the problem is that you are changing pointer twice without an evaluation point
inbetween the behavior is undefined (aka both compilers are right).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13348