[Bug c++/85557] Incorrect calculation of function arguments with C++17 sequencing rules
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Apr 30 07:58:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85557
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2018-04-30
Ever confirmed|0 |1
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
If they are indeterminately sequenced then 2 is a valid result, no? 4 would be
only required if evaluation order is right-to-left.
More information about the Gcc-bugs
mailing list