On Mon, Nov 15, 2021 at 4:05 AM Richard Biener via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > > Status > ====== > > The GCC development branch now is open for general bugfixing (Stage 3). > > Take the quality data below with a big grain of salt - most of the > new P3 classified bugs will become P1 or P2 (generally every > regression against GCC 11 is to be considered P1 if it concerns > primary or secondary platforms). > > > Quality Data > ============ > > Priority # Change from last report > -------- --- ----------------------- > P1 34 + 19 > P2 306 + 24 > P3 237 + 44 > P4 207 + 5 > P5 25 > -------- --- ----------------------- > Total P1-P3 577 + 87 > Total 809 + 92 > > > Previous Report > =============== > > https://gcc.gnu.org/pipermail/gcc/2021-October/237464.html
Hi, I'd like to add an option to disable copy relocation: https://gcc.gnu.org/pipermail/gcc-patches/2021-November/583022.html Thanks. -- H.J.