GCC 11.0.0 Status Report (2021-01-18), Stage 4 in effect now

2021-01-18 Thread Richard Biener
Status == GCC trunk which eventually will become GCC 11 is now in regression and documentation fixes only mode (Stage 4). Please help triaging and fixing regressions to make a timely release of GCC 11 possible. Quality Data Priority # Change from last report -

Re: GCC GSoC 2021 - Static analyzer project

2021-01-18 Thread David Malcolm via Gcc
On Thu, 2021-01-14 at 10:45 +0530, Adharsh Kamath wrote: > Hello, > I came across the list of possible project ideas for GSoC 2021 and > I'd > like to contribute to the project regarding the static analysis pass > in GCC. > How can I get started with this project? Hi Adharsh Sorry about the delay

Is that possible to implement deterministic exception easily?

2021-01-18 Thread unlvsur unlvsur via Gcc
I guess adding calling convention for new C++ deterministic exception option is hard and that requires changes among front-end, middle-end and back-end altogether. However, I desperately need that feature since current C++ exceptions are totally unusable. void f() throws {} The failure bit wi