David Faust

Results 5 comments of David Faust

> This is probably where we need to add our own custom TREE_CODE for MATCH_EXPR. The only problem I see with this patch currently is that we might miss some...

> Yes! I think this is fine for now, but we should definitely open up an issue (and maybe turn this into a FIXME instead). rustc errors out if the...

For `RangePatternBoundLiteral` we have ``` // Minus prefixed to literal (if integer or floating-point) bool has_minus; ``` So I guess we need something like this for the basic LiteralPattern

Adding some relevant notes >I wonder can you have a think about this issue: https://github.com/Rust-GCC/gccrs/issues/1081 > >I added the name-resolution and type-resolution steps here: https://github.com/Rust-GCC/gccrs/pull/1144 > >I got stumped on...

> Q: how to do do that/what neds to be passed to gcc params? 🤔 If you're asking about building the toolchain, generally the bpf cross does not require any...