# GCC Rust Meeting 2023-07-10
* 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-july
## Agenda
- Project Reports
- Monthly report
- What are we working on
- Switch to new GCC CoC?
- `gcc_unreachable` vs `rust_unreachable`
- `.hxx` files
- Questions
## Project Reports
Monthly: TODO
### What are we working on
- Arthur Cohen
- Philip Herron
- Marc: finally made some actual (simple) code change. Already merged some HIR code cleanup. HIR dump is nearly ok. Planned on cleaning it last week, but $life got in the way. Hopefully, I'll create a PR this week.
## Switch to new GCC CoC
https://github.com/Rust-GCC/gccrs/issues/2331
## `gcc_unreachable` vs `rust_unreachable`
- <https://github.com/Rust-GCC/gccrs/pull/2327#pullrequestreview-1506120526>
- Maybe add `gcc_trap` next to `gcc_unreachable` in GCC upstream?
## `.hxx` files
- Allows to separate declaration and implementation even for template classes/functions
- Thus separating documentation and implementation which is nice
- But feels very C++\-y
## Questions
### Conferences
- GNU Cauldron Sept 22-24 @Cambridge UK?
- <https://gcc.gnu.org/wiki/cauldron2023>
- Kangrejos Sept 16/17 @Gijón, SPAIN?
### Feel free to add more questions!