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 lto/38995] lto1 uses unaligned data accesses



------- Comment #3 from hjl dot tools at gmail dot com  2009-01-29 22:52 -------
I think the problem is LTO uses mmap to read in LTO sections.  But all
LTO sections have alignment of 0. They have have alignment of void *
instead.


-- 


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


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