[Bug rtl-optimization/110254] improve_allocation() routine does not update allocated_hardreg_p[] array

2023-08-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110254 --- Comment #3 from CVS Commits --- The master branch has been updated by Surya Kumari Jangala : https://gcc.gnu.org/g:02ecc9a26324d142c5cd19d24526b9c23aabc1c3 commit r14-3251-g02ecc9a26324d142c5cd19d24526b9c23aabc1c3 Author: Surya Kumari

[Bug rtl-optimization/110254] improve_allocation() routine does not update allocated_hardreg_p[] array

2023-06-23 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110254 --- Comment #2 from Peter Bergner --- (In reply to Surya Kumari Jangala from comment #0) > But improve_allocation() can also choose a register that has not been > assigned to a conflicting allocno, and also has not been assigned to any > other

[Bug rtl-optimization/110254] improve_allocation() routine does not update allocated_hardreg_p[] array

2023-06-14 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110254 --- Comment #1 from Segher Boessenkool --- Off topic / pet peeve: it's not an array of functions, so it should not be called something_p .