This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/35767] x86 backend uses aligned load on unaligned memory
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Mar 2008 04:48:30 -0000
- Subject: [Bug target/35767] x86 backend uses aligned load on unaligned memory
- References: <bug-35767-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from hjl dot tools at gmail dot com 2008-03-31 04:48 -------
Middle end use canonical type for passing parameters to function
calls. ix86_function_arg_boundary should do the same. Otherwise,
there will be a mismatch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35767