[Bug c++/14417] output streams and post-increment operator have incorrect output.

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Wed Mar 3 21:15:00 GMT 2004


------- Additional Comments From bangerth at dealii dot org  2004-03-03 21:15 -------
No bug, please read the page on frequently reported bugs. operator<< 
is not a sequence point, so the question of when the pointer is  
increased and when it is dereferenced is undefined. 
 
W. 

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


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



More information about the Gcc-bugs mailing list