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/30826] alignment error when optimizing with inlining



------- Comment #8 from michael dot haubenwallner at salomon dot at  2007-02-19 12:19 -------
(In reply to comment #5)
> <snip> it says that aggregates larger than 256 bytes (mallinfo is
> 320 bytes), <snip>

This should be counted in _bits_, not bytes ?
'struct mallinfo' has 40 bytes, 10 * int32_t, 320 _bits_.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30826


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