[Bug target/81022] invalid address with pointer type casting

2017-06-09 Thread vvsed at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81022 --- Comment #3 from Vladimir Sedach --- (In reply to Richard Biener from comment #1) > > So I'd say INVALID but x86 people may want to double-check the official > intrinsic documentation. I was using _mm_store_sd(_mm_load_sd()) to copy an

[Bug target/81022] invalid address with pointer type casting

2017-06-09 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81022 --- Comment #2 from Kirill Yukhin --- Intrinsics guide states [1] that this intrinsic: Store the lower double-precision (64-bit) floating-point element from a into memory. mem_addr does not need to be aligned on any particular boundary. [1] -

[Bug target/81022] invalid address with pointer type casting

2017-06-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81022 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-*