[Bug target/85624] ICE when initializing array that is 128-byte aligned

2024-08-16 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85624 Georg-Johann Lay changed: What|Removed |Added Target Milestone|15.0|14.3 --- Comment #7 from Georg-Johann

[Bug target/85624] ICE when initializing array that is 128-byte aligned

2024-08-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85624 --- Comment #6 from GCC Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:c8981bde45d365330a5e7c2e33c8dbaf3495248a commit r15-2956-gc8981bde45d365330a5e7c2e33c8dbaf3495248a Author: Georg-Johann Lay Date

[Bug target/85624] ICE when initializing array that is 128-byte aligned

2024-08-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85624 --- Comment #5 from GCC Commits --- The releases/gcc-14 branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:507b4e147588c0fafe952b7226dd764ebeebb103 commit r14-10595-g507b4e147588c0fafe952b7226dd764ebeebb103 Author: Georg-Johann

[Bug target/85624] ICE when initializing array that is 128-byte aligned

2024-08-12 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85624 Georg-Johann Lay changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|

[Bug target/85624] ICE when initializing array that is 128-byte aligned

2024-08-12 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85624 --- Comment #3 from GCC Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:68da681e614c2750f648dac2cd0b2595999ca5d9 commit r15-2888-g68da681e614c2750f648dac2cd0b2595999ca5d9 Author: Georg-Johann Lay Date

[Bug target/85624] ICE when initializing array that is 128-byte aligned

2018-07-18 Thread saaadhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85624 Senthil Kumar Selvaraj changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/85624] ICE when initializing array that is 128-byte aligned

2018-07-18 Thread saaadhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85624 --- Comment #2 from Senthil Kumar Selvaraj --- When cfgexpand invokes gen_setmemhi, operands[1] is (const_int 6) - it's the pattern which copies it to (reg:QI). Setting the mode of operands[1] to HImode makes the problem go away - clrmemhi match

[Bug target/85624] ICE when initializing array that is 128-byte aligned

2018-07-16 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85624 --- Comment #1 from Georg-Johann Lay --- Shouldn't this use the library routine because setmemhi expander FAILs when operands[1] is not a const_int? It is (reg:QI 48) which is not a const_int.