This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/56726] i386: MALLOC_ABI_ALIGNMENT is too small (usually)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56726

--- Comment #8 from Chip Salzenberg <chip at pobox dot com> ---
Further research says that the alignment of a malloc(N) will be >= N if there
is a basic type that requires alignment N.  So we may be able to ramp this up
quite a bit.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]