[Bug c++/65311] Segmentation fault when doing unaligned assignment in a loop
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 4 12:12:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65311
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Well, you get the loop vectorized and using aligned accesses which makes your
CPU trip over this.
More information about the Gcc-bugs
mailing list