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/47264] [4.6 Regression] Many tests fail with -flto due unaligned load in lto-plugin.c


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

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-01-12 12:04:45 UTC ---
Author: rguenth
Date: Wed Jan 12 12:04:39 2011
New Revision: 168708

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168708
Log:
2011-01-12  Richard Guenther  <rguenther@suse.de>

    PR lto/47264
    * lto-plugin.c (parse_table_entry): Use memcpy to access
    unaligned fields.

Modified:
    trunk/lto-plugin/ChangeLog
    trunk/lto-plugin/lto-plugin.c


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