rust: add nightly GCC master build

The Rust frontend for GCC is developed in the github project:
  https://github.com/Rust-GCC/gccrs
This is the compiler denoted by '(GCCRS master)'.

The frontend has been contributed to the main GCC repository and has
been enabled in our nightly builds of the GCC master branch: this is the
compiler denoted by '(GCC master)'.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
This commit is contained in:
Marc Poulhiès
2023-01-20 21:09:03 +01:00
parent 5ff24a1ca2
commit 48725b75a6

View File

@@ -172,12 +172,15 @@ group.rustgcc.options=-frust-incomplete-and-experimental-compiler-do-not-use
group.rustgcc.notification=Rust GCC Frontend - Very early snapshot
# native compiler
group.gcc86.compilers=gccrs-snapshot
group.gcc86.compilers=gccrs-snapshot:gcc-snapshot
group.gcc86.groupName=x86-64 GCCRS
group.gcc86.baseName=x86-64 GCCRS
compiler.gcc-snapshot.exe=/opt/compiler-explorer/gcc-snapshot/bin/gccrs
compiler.gcc-snapshot.semver=(GCC master)
compiler.gccrs-snapshot.exe=/opt/compiler-explorer/gcc-gccrs-master/bin/gccrs
compiler.gccrs-snapshot.semver=(GCCRS)
compiler.gccrs-snapshot.semver=(GCCRS master)
# cross compilers
group.gcccross.compilers=&rustgccbpf