------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-03 14:57 ------- No where as malloc or new does not define the alignment of the memory it allocates so you should use posix_memalign (or memalign) instead. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15795