[Bug c++/38455] aligned struct members in heap-allocated code

2008-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-12-09 17:43 --- *** This bug has been marked as a duplicate of 15795 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/38455] aligned struct members in heap-allocated code

2008-12-09 Thread tim at klingt dot org
--- Comment #2 from tim at klingt dot org 2008-12-09 17:23 --- well, would be nice to read something like that in the attribute documentation ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38455

[Bug c++/38455] aligned struct members in heap-allocated code

2008-12-09 Thread brian at dessent dot net
--- Comment #1 from brian at dessent dot net 2008-12-09 17:14 --- Subject: Re: New: aligned struct members in heap-allocated code This is a dup of pr15795. Basically, operator new is just a wrapper around malloc from the libc, and malloc returns an allocation with a fixed alignment (