This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52213] Add chunk of memory if array is size is divisable with 8
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 12 Feb 2012 14:19:13 +0000
- Subject: [Bug c++/52213] Add chunk of memory if array is size is divisable with 8
- Auto-submitted: auto-generated
- References: <bug-52213-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52213
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-12 14:19:13 UTC ---
You ask for some memory, you get some memory of at least that size, you look at
bytes after the allocated memory and get weird behaviour. That's a bug in your
program not G++.