[Bug c/56375] SIGSEGV when assign SIMD variable to member of allocated structure

2013-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56375 --- Comment #3 from Jakub Jelinek 2013-02-18 16:17:35 UTC --- If you mean Joseph's http://sourceware.org/bugzilla/show_bug.cgi?id=6527 comment, then that is about _Decimal128, thus something not part of ISO C89 nor ISO C99.

[Bug c/56375] SIGSEGV when assign SIMD variable to member of allocated structure

2013-02-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56375 --- Comment #2 from Andrew Pinski 2013-02-18 16:04:49 UTC --- (In reply to comment #1) > User error, malloc doesn't guarantee sufficient alignment of the pointer, > which > you are relying on. You need to use posix_memalign or memalign o

[Bug c/56375] SIGSEGV when assign SIMD variable to member of allocated structure

2013-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56375 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|