[Bug middle-end/59679] gcc version 4.7.3 and gcc version 4.5.3 cause an unaligned access exception on NetBSD/Alpha
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Jan 28 18:25:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59679
Uroš Bizjak <ubizjak at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|tree-optimization |middle-end
--- Comment #15 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Uroš Bizjak from comment #13)
> Confirmed as tree-optimization problem on 4.9 branch.
Actually, a middle-end problem, if at all. With -ftree-ter, expand creates a
couple of unaligned loads to arg0:
(insn 101 100 102 (set (reg:SI 150)
(mem:SI (reg/v/f:DI 115 [ arg0 ]) [0 S4 A8])) scope-reduced.c:60 -1
(nil))
...
(insn 105 104 106 17 (set (mem:SI (reg/v/f:DI 115 [ arg0 ]) [0 S4 A8])
(reg:SI 151)) scope-reduced.c:60 -1
(nil))
More information about the Gcc-bugs
mailing list