[Bug c++/17507] Problems with shift and increment operator precedence

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Sep 15 19:12:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-15 19:12 -------
*puc++ << 24 | *puc++ << 16 | *puc++ << 8 | *puc++

That statement is undefined because puc++ can happen in any order.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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



More information about the Gcc-bugs mailing list