From 4ce3b95390fc6da88ab1397bebb1db2778dc0f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Wed, 3 Dec 2025 13:52:12 +0100 Subject: [PATCH] Add Algol68 from GCC trunk (#8311) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/compiler-explorer/compiler-explorer/issues/8310 Signed-off-by: Marc Poulhiès --- etc/config/algol68.amazon.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/config/algol68.amazon.properties b/etc/config/algol68.amazon.properties index bc90d70f3..c92a18ecf 100644 --- a/etc/config/algol68.amazon.properties +++ b/etc/config/algol68.amazon.properties @@ -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 #################################