This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11363] Execution order is not correct
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jun 2003 18:20:13 -0000
- Subject: [Bug c++/11363] Execution order is not correct
- References: <20030628181511.11363.qyang@media.lbl.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11363
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
Summary|Execution order is not |Execution order is not
|correct |correct
------- Additional Comments From pinskia at physics dot uc dot edu 2003-06-28 18:20 -------
Not a bug. The ISO/ANSI C++ standard (unlike Java) allows the order within sequence points to be
executed in any order.