This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/47264] [4.6 Regression] Many tests fail with -flto due unaligned load in lto-plugin.c
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 12 Jan 2011 12:05:00 +0000
- Subject: [Bug lto/47264] [4.6 Regression] Many tests fail with -flto due unaligned load in lto-plugin.c
- Auto-submitted: auto-generated
- References: <bug-47264-4@http.gcc.gnu.org/bugzilla/>
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