[Bug tree-optimization/98514] ICE in insert_operand_rank

2021-01-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98514 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/98514] ICE in insert_operand_rank

2021-01-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98514 --- Comment #6 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8d2e64c4a2892ca8889002b1a3dd713471ef9fab commit r10-9225-g8d2e64c4a2892ca8889002b1a3dd713471ef9fab Author: Jakub Jelinek D

[Bug tree-optimization/98514] ICE in insert_operand_rank

2021-01-05 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98514 --- Comment #5 from Jakub Jelinek --- Hopefully fixed for GCC 11.

[Bug tree-optimization/98514] ICE in insert_operand_rank

2021-01-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98514 --- Comment #4 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4ddee425b8c427d3cc13c49b26f442313e239572 commit r11-6473-g4ddee425b8c427d3cc13c49b26f442313e239572 Author: Jakub Jelinek Date: Tu

[Bug tree-optimization/98514] ICE in insert_operand_rank

2021-01-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98514 --- Comment #3 from Richard Biener --- note the BB rank assignment via ++rank << 16 implies no more than 1 << 15 SSA defs in each BB as well. It would be better to simply assign the BB rank while traversing the IL in a DFS walk (SSA names pick u

[Bug tree-optimization/98514] ICE in insert_operand_rank

2021-01-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98514 --- Comment #2 from Jakub Jelinek --- Oops, sorry, it is just SSA_NAMEs which are default definitions, so that is less than that; more than 32768 parameters to a function are unlikely, but one can have thousands of uninitialized SSA_NAMEs, or one

[Bug tree-optimization/98514] ICE in insert_operand_rank

2021-01-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98514 Jakub Jelinek changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED