[Bug rust/105914] gccrs setting warn_unused_variable breaks thousands of non-Rust tests

2022-11-15 Thread cohenarthur.dev at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105914

Arthur Cohen  changed:

   What|Removed |Added

 CC||cohenarthur.dev at gmail dot 
com

--- Comment #2 from Arthur Cohen  ---
Hi there :) This should be fixed now. We decided to enable the warning from
within the frontend instead of within the build files.

[Bug rust/107633] [13 regression] Bootstrap failure due to -Werror=unused-parameter and -Werror=dangling-reference

2022-11-17 Thread cohenarthur.dev at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107633

Arthur Cohen  changed:

   What|Removed |Added

 CC||cohenarthur.dev at gmail dot 
com

--- Comment #8 from Arthur Cohen  ---
Hi there,

The problem has been fixed and our bootstrap build is green again :) this will
be fixed in the v4 of patches that I will send soon.

Sorry for the frustration caused!