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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85624
Georg-Johann Lay changed:
What|Removed |Added
Keywords||ice-on-valid-code
Target Milestone|
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85624
Senthil Kumar Selvaraj changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
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
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.