Hi!
On 2022-09-14T15:34:10+0200, Richard Biener via Gcc-patches
wrote:
> On Wed, Aug 24, 2022 at 2:22 PM wrote:
>> --- /dev/null
>> +++ b/gcc/rust/Make-lang.in
>> +# TODO: possibly find a way to ensure C++11 compilation level here?
>> +RUST_CXXFLAGS = -std=c++11 -Wno-unused-parameter -Werror=o
On Wed, Aug 24, 2022 at 2:22 PM wrote:
>
> From: Philip Herron
>
> This is the Makefile for our front-end.
> ---
> gcc/rust/Make-lang.in | 400 ++
> 1 file changed, 400 insertions(+)
> create mode 100644 gcc/rust/Make-lang.in
>
> diff --git a/gcc/rust/Mak