[Bug libgcc/111372] libgcc: RISCV C++ exception handling stack usage grew in 13.1

2023-09-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111372 --- Comment #2 from Andrew Pinski --- (In reply to Alexey from comment #0) > It seems better to define macros (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS...) > depending on "vector" extension is set or not. This would also prevent > future bugs. Al

[Bug libgcc/111372] libgcc: RISCV C++ exception handling stack usage grew in 13.1

2023-09-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111372 --- Comment #1 from Andrew Pinski --- (In reply to Alexey from comment #0) > It seems better to define macros (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS...) > depending on "vector" extension is set or not. This would also prevent > future bugs. E