[Bug tree-optimization/107617] SCC-VN with len_store and big endian

2022-12-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107617 --- Comment #8 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:d3fee43fb3873b00de913e0501fbf28b56d2ce64 commit r13-4694-gd3fee43fb3873b00de913e0501fbf28b56d2ce64 Author: Richard Biener Date:

[Bug tree-optimization/107617] SCC-VN with len_store and big endian

2022-12-13 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107617 Richard Biener changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/107617] SCC-VN with len_store and big endian

2022-12-13 Thread rdapp at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107617 --- Comment #7 from rdapp at linux dot ibm.com --- The patch fixes the problem for me. I did a full bootstrap with enabled len_load support. No new regressions with -march=arch14. Thanks again!

[Bug tree-optimization/107617] SCC-VN with len_store and big endian

2022-12-12 Thread rdapp at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107617 rdapp at linux dot ibm.com changed: What|Removed |Added CC||rdapp at linux dot ibm.com

[Bug tree-optimization/107617] SCC-VN with len_store and big endian

2022-12-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107617 Richard Biener changed: What|Removed |Added Status|NEW |WAITING --- Comment #5 from Richard Bi

[Bug tree-optimization/107617] SCC-VN with len_store and big endian

2022-11-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107617 --- Comment #4 from Richard Biener --- Created attachment 53976 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53976&action=edit patch Can you please test this patch? Visually inspecting the fortran testcase and the GIMPLE testcase shows

[Bug tree-optimization/107617] SCC-VN with len_store and big endian

2022-11-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107617 --- Comment #3 from Richard Biener --- I suppose it's the + MEM [(integer(kind=4) *)_13] = { -1, 1, -1, 1 }; ... + .LEN_STORE (vectp.75_247, 64B, 11, { 255, 255, 255, 255, 0, 0, 0, 1, 255, 255, 255, 255, 0, 0, 0, 1 }, -1); .. + MEM [(integ

[Bug tree-optimization/107617] SCC-VN with len_store and big endian

2022-11-10 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107617 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0