[Bug rtl-optimization/79032] [7 regression] unaligned memory access generated with LRA and optimization

2017-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79032 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug rtl-optimization/78580] [6 Regression] Segfault in gcc with multilib (-m32) and -ffixed-*

2017-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78580 Jakub Jelinek changed: What|Removed |Added Summary|[6/7 Regression] Segfault |[6 Regression] Segfault in

[Bug rtl-optimization/79032] [7 regression] unaligned memory access generated with LRA and optimization

2017-01-09 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79032 --- Comment #5 from Eric Botcazou --- > What about the following 2 lines that still use MEM_ALIGN (reg) rather than > MEM_ALIGN (subst)? The mode of SUBST is MODE whereas that of REG is INNERMODE.

[Bug rtl-optimization/79032] [7 regression] unaligned memory access generated with LRA and optimization

2017-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79032 --- Comment #6 from Jakub Jelinek --- Ah, ok.

<    1   2