[Bug d/89177] unaligned memory access in libphobos

2019-04-13 Thread belyshev at depni dot sinp.msu.ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89177 Serge Belyshev changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug d/89177] unaligned memory access in libphobos

2019-03-02 Thread jpfau at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89177 --- Comment #7 from jpfau at gcc dot gnu.org --- Author: jpfau Date: Sat Mar 2 19:14:54 2019 New Revision: 269343 URL: https://gcc.gnu.org/viewcvs?rev=269343&root=gcc&view=rev Log: PR d/89177 - Fix unaligned access in std.digest.murmurhash libp

[Bug d/89177] unaligned memory access in libphobos

2019-02-24 Thread johannespfau at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89177 --- Comment #6 from Johannes Pfau --- Patch posted here: https://gcc.gnu.org/ml/gcc-patches/2019-02/msg01897.html

[Bug d/89177] unaligned memory access in libphobos

2019-02-22 Thread johannespfau at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89177 --- Comment #5 from Johannes Pfau --- OK, thanks for testing. I'll post a patch to the ML this evening.

[Bug d/89177] unaligned memory access in libphobos

2019-02-20 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89177 --- Comment #4 from Bernd Edlinger --- (In reply to Johannes Pfau from comment #2) > Thanks for the bug report & patch. It seems upstream phobos has already > fixed this in a different way: > > https://github.com/dlang/phobos/commit/ > d5f710c57

[Bug d/89177] unaligned memory access in libphobos

2019-02-18 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89177 --- Comment #3 from Bernd Edlinger --- Have started a test on my ARM hardware, it will take a few days to run the complete test suite. BTW: I also have an issue with the install script of libphobos: https://gcc.gnu.org/ml/gcc-patches/2019-02/ms

[Bug d/89177] unaligned memory access in libphobos

2019-02-16 Thread johannespfau at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89177 Johannes Pfau changed: What|Removed |Added CC||johannespfau at gmail dot com --- Commen

[Bug d/89177] unaligned memory access in libphobos

2019-02-09 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89177 --- Comment #1 from Bernd Edlinger --- Created attachment 45651 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45651&action=edit proposed patch