Add Algol68 from GCC trunk (#8311)

refs https://github.com/compiler-explorer/compiler-explorer/issues/8310

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
This commit is contained in:
Marc Poulhiès
2025-12-03 13:52:12 +01:00
committed by GitHub
parent 64a2ed4010
commit 4ce3b95390

View File

@@ -1,7 +1,5 @@
compilers=&ga68
objdumper=/opt/compiler-explorer/gcc-14.2.0/bin/objdump
defaultCompiler=ga68-snapshot
demangler=/opt/compiler-explorer/gcc-14.2.0/bin/c++filt
group.ga68.compilers=&ga68-x86
group.ga68.supportsBinary=false
@@ -17,8 +15,10 @@ group.ga68-x86.groupName=x86-64 GA68
group.ga68-x86.baseName=x86-64 GA68
group.ga68-x86.unwiseOptions=-march=native
compiler.ga68-snapshot.exe=/opt/compiler-explorer/algol68/gcc-ga68-master/bin/ga68
compiler.ga68-snapshot.semver=(GA68 master)
compiler.ga68-snapshot.exe=/opt/compiler-explorer/gcc-snapshot/bin/ga68
compiler.ga68-snapshot.demangler=/opt/compiler-explorer/gcc-snapshot/bin/c++filt
compiler.ga68-snapshot.objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump
compiler.ga68-snapshot.semver=(trunk)
compiler.ga68-snapshot.isNightly=true
#################################