[Bug tree-optimization/40550] Segmentation fault caused by alignment error in sse code
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Jun 28 10:25:00 GMT 2009
------- Comment #10 from ubizjak at gmail dot com 2009-06-28 10:25 -------
(In reply to comment #9)
> This happens in veclower pass.
type_for_widest_vector_mode () is forcing operations from v2sf to v4sf. This is
not correct, since there will be garbage in the top two elements. For FP
values, this will lead to all sorts of NaNs, subnormals, etc...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40550
More information about the Gcc-bugs
mailing list