[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2022-02-17 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 Segher Boessenkool changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2021-07-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 Richard Biener changed: What|Removed |Added Target Milestone|11.2|---

[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2021-05-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2021-04-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.0|11.2 --- Comment #8 from Jakub Jelinek

[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2021-01-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 --- Comment #7 from CVS Commits --- The master branch has been updated by Will Schmidt : https://gcc.gnu.org/g:91a95ad2ae0e0f2fa953fafe55ff2ec32c8277d5 commit r11-6984-g91a95ad2ae0e0f2fa953fafe55ff2ec32c8277d5 Author: Will Schmidt Date: Fri

[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2020-02-05 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 Bill Schmidt changed: What|Removed |Added Keywords||ice-on-invalid-code Target Milestone|10

[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2020-02-05 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 Bill Schmidt changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |wschmidt at gcc dot gnu.org Tar

[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2020-01-29 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 --- Comment #4 from Bill Schmidt --- Well, we should give you a better error message instead of an ICE. But the ABI definition of the second argument as "const int" indicates it needs to be an actual constant in the range 0..31. So You're Doing

[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2020-01-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2019-09-26 Thread murphyp at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 --- Comment #2 from Paul E. Murphy --- I tried this out on IBM's new AT13 compiler (GCC 9.2.1): /opt/at13.0/bin/powerpc64le-linux-gnu-gcc -c test.c during RTL pass: expand test.c: In function ‘test’: test.c:5:5: internal compiler error: in copy

[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2019-09-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 Richard Biener changed: What|Removed |Added Target||powerpc --- Comment #1 from Richard Bie