This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47541] For integer pointers, the value of ++*p is not written back to memory
- From: "veksler at il dot ibm.com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 30 Jan 2011 12:39:09 +0000
- Subject: [Bug c++/47541] For integer pointers, the value of ++*p is not written back to memory
- Auto-submitted: auto-generated
- References: <bug-47541-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47541
--- Comment #3 from Michael Veksler <veksler at il dot ibm.com> 2011-01-30 12:39:04 UTC ---
Created attachment 23168
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23168
This is a minimal file to reproduce this error
Strange, it got lost somehow. Here it is, again.