[Bug c++/91415] Invalid warning for C++17 sequencing of shift operator E1<<E2.
nico at josuttis dot de
gcc-bugzilla@gcc.gnu.org
Fri Dec 4 07:51:58 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91415
Nicolai Josuttis <nico at josuttis dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nico at josuttis dot de
--- Comment #11 from Nicolai Josuttis <nico at josuttis dot de> ---
int j = i++ << i++;
is still not handled correctly in 9.3, 10.1, and 11.0.
More information about the Gcc-bugs
mailing list