[Bug target/99041] combine creates invalid address which ICEs in decompose_normal_address

2021-03-10 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99041 Peter Bergner changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/99041] combine creates invalid address which ICEs in decompose_normal_address

2021-03-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99041 --- Comment #11 from CVS Commits --- The releases/gcc-10 branch has been updated by Peter Bergner : https://gcc.gnu.org/g:336cd08b65ea589bc4acc8c91a4a4c4873363989 commit r10-9430-g336cd08b65ea589bc4acc8c91a4a4c4873363989 Author: Peter Bergner

[Bug target/99041] combine creates invalid address which ICEs in decompose_normal_address

2021-02-11 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99041 --- Comment #10 from Peter Bergner --- (In reply to Peter Bergner from comment #9) > Fixed on trunk. > > I will check whether we need this on the GCC10 branch as well. I believe we > probably will. Confirmed, we need this on GCC10 as well.

[Bug target/99041] combine creates invalid address which ICEs in decompose_normal_address

2021-02-11 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99041 --- Comment #9 from Peter Bergner --- Fixed on trunk. I will check whether we need this on the GCC10 branch as well. I believe we probably will.

[Bug target/99041] combine creates invalid address which ICEs in decompose_normal_address

2021-02-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99041 --- Comment #8 from CVS Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:2432c47970024db6410708b582a901259dabaae1 commit r11-7196-g2432c47970024db6410708b582a901259dabaae1 Author: Peter Bergner Date:

[Bug target/99041] combine creates invalid address which ICEs in decompose_normal_address

2021-02-10 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99041 --- Comment #7 from Segher Boessenkool --- (In reply to Peter Bergner from comment #6) > The mma_assemble_pair/mma_assemble_acc patterns both generate lxv or lxvp > at, which both use a DQ offset and we already have function to > test for that.

[Bug target/99041] combine creates invalid address which ICEs in decompose_normal_address

2021-02-10 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99041 Peter Bergner changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #6 from Peter