# GCC Rust Meeting 2022-11-14
- Date/Time: 14th November 2022 at: 10h00 UTC
- Mailing list: https://gcc.gnu.org/mailman/listinfo/gcc-rust
- Zulip: https://gcc-rust.zulipchat.com/
- IRC: irc.oftc.net #gccrust
- Video Link: https://meet.jit.si/gccrs-community-call-november
## Agenda
- Project Reports
- Monthly report
- What are we working on
- Rust Foundation blog-post
- Questions
## Project Reports
Monthly report: https://github.com/Rust-GCC/Reporting/blob/main/2022-10-monthly-report.org
### What are we working on
- Arthur:
- Eager builtin macro expansion in our fixed-point algorithm
- More intrinsics
- Fixing the patches and taking care of Richard's reviews
- Different status report website [issue](https://github.com/Rust-GCC/Rust-GCC.github.io/issues/6)
- Bootstrap build broken on the patches. Needs backport?
- Driver/Language name! https://github.com/Rust-GCC/gccrs/pull/1540
### GCC Patch Status
- DWARF_LANG_Rust_old issue?
[Patch status table](https://hackmd.io/g3XGhlK9RTWlNtW_Wdwn4Q)
## Rust Foundation blog-post
The foundation got back in contact and wants to publish the blogpost soon
### Future of the project
https://hackmd.io/@RebJtN4VQzOcP4MsOf8inA/SkjK2UOfs
## Questions
GCC `MAINTAINERS`
- <https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=MAINTAINERS;hb=refs/heads/master>
Feel free to add questions.
## Minutes
Bootstrap build broken in patches: we need to fix that
- Either backport the PR onto gcc-patch-dev
- Or have Thomas figure out how to have `-Wno-unused-parameter` in the bootstrap build, which he will investigate this week
Driver/language name needs a poll to see what people want
- Either a rename
- Either the `-fi-know-what-im-doing` flag
- Poll will be sent this week to Zulip and IRC
We need to think about documenting the frontend as well.