On Tue, 10 Jan 2012, Richard Guenther wrote: > There is none :/ STRICT_ALIGNMENT would need to get a mode argument,
The version of STRICT_ALIGNMENT with a mode argument is SLOW_UNALIGNED_ACCESS (from GCC's perspective, there isn't much difference between "unaligned accesses don't work at all" and "unaligned accesses are very slow because they trap" - we don't want to generate them in either case). Probably we should migrate STRICT_ALIGNMENT uses to call SLOW_UNALIGNED_ACCESS (or a version thereof converted to a target hook) with appropriate arguments, with a view to poisoning STRICT_ALIGNMENT. -- Joseph S. Myers jos...@codesourcery.com