[Bug c++/47541] [4.5/4.6 Regression] For integer pointers, the value of ++*p is not written back to memory

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 31 14:56:00 GMT 2011


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-31 14:26:39 UTC ---
It is tree dse1 that removes the needed increment (the only dse_optimize_stmt
optimized store in the whole testcase).



More information about the Gcc-bugs mailing list