Improving debugging experience by enhancing the HIR dump
Andrew Naguib
Enhancing gccrs HIR dump by improving the HIR mappings to include information akin to rustc, adding a dump entry point, exporting HIR to a file,...
Complete Support for Constant Folding in GCC Rust Frontend
Faisal Abbas
This projects aims to complete the support for Constant Folding in GCC Rust frontend. It will do so by finishing the already started constant folding...
Extend GCCs static analyzer to support checking for POSIX file descriptor APIs
Immad Mir
My proposal aims to extend GCC’s static analyzer to support reporting warnings for “misuse” of POSIX FD APIs such as double close of an FD, leakage...
Bypass assembler when generating LTO object files
NitinKumar
My main focus in this proposal is to add this feature to Mifos and improve some. This will enhance the experience and security at the same time. I...
New checkers for GCC’s static analyzer
Tim Lange
Static analysis helps developers to find bugs in their code at compile-time. Shipping a static analysis tool built into the compiler, which can be...
Accelerating Fortran DO CONCURRENT in GCC
Wileam Phan
DO CONCURRENT is a parallel execution control construct introduced in the Fortran 2008 standard. This project entails (1) adding GCC support in for...