Re: [PATCH Rust front-end v3 40/46] gccrs: Add GCC Rust front-end Make-lang.in

2022-10-27 Thread Arthur Cohen
(...snip...) +RUST_SELFTEST_FLAGS = -xrs $(SELFTEST_FLAGS) I've noticed that this patch contains a typo which prevents self-tests from running properly. This should be `-xrust`, not `-xrs`. I assume there will be some other review comments, so that will be fixed in a v4 of the patches.

[PATCH Rust front-end v3 40/46] gccrs: Add GCC Rust front-end Make-lang.in

2022-10-26 Thread arthur . cohen
From: Philip Herron This is the Makefile for our front-end. --- gcc/rust/Make-lang.in | 399 ++ 1 file changed, 399 insertions(+) create mode 100644 gcc/rust/Make-lang.in diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in new file mode 100644