This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/37800] decrementation problem - different result in similar situations



------- Comment #3 from paolo dot carlini at oracle dot com  2008-10-10 17:06 -------
(In reply to comment #2)
> isn't it?

What you or I believe doesn't matter here, the specifications in the C / C++
Standard do. If you want to write portable code simply you can't rely on that
order. If you want to learn more about those issues, just google for sequence
points, as already mentioned elsewhere.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37800


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]