diff options
Diffstat (limited to 'etc/config/c++.amazon.properties')
-rw-r--r-- | etc/config/c++.amazon.properties | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/config/c++.amazon.properties b/etc/config/c++.amazon.properties index be91797c7..802265489 100644 --- a/etc/config/c++.amazon.properties +++ b/etc/config/c++.amazon.properties @@ -2,9 +2,9 @@ compilers=&gcc86:&icc:&icx:&clang:&clangx86trunk:&clang-rocm:&mosclang-trunk:&rv # Disabled: nvcxx_x86_cxx # The disabled groups are actually used in the c++.gpu.properties. One day these might exist on both servers, so I want # to keep them in the same place. -defaultCompiler=g132 -demangler=/opt/compiler-explorer/gcc-13.1.0/bin/c++filt -objdumper=/opt/compiler-explorer/gcc-13.1.0/bin/objdump +defaultCompiler=g141 +demangler=/opt/compiler-explorer/gcc-14.1.0/bin/c++filt +objdumper=/opt/compiler-explorer/gcc-14.1.0/bin/objdump needsMulti=false buildenvsetup=ceconan @@ -17,7 +17,7 @@ llvmDisassembler=/opt/compiler-explorer/clang-14.0.0/bin/llvm-dis ############################### # GCC for x86 -group.gcc86.compilers=g346:g404:g412:g447:g453:g464:g471:g472:g473:g474:g481:g482:g483:g484:g485:g490:g491:g492:g493:g494:g510:g520:g530:g540:g550:g6:g62:g63:g64:g65:g71:g72:g73:g74:g75:g81:g82:g83:g84:g85:g91:g92:g93:g94:g95:g101:g102:g103:g104:g105:g111:g112:g113:g114:g121:g122:g123:g131:g132:gsnapshot:gcontracts-trunk:gcontract-labels-trunk:gcontracts-nonattr-trunk:gcxx-modules-trunk:gcxx-coroutines-trunk:gcc-embed-trunk:gcc-static-analysis-trunk +group.gcc86.compilers=g346:g404:g412:g447:g453:g464:g471:g472:g473:g474:g481:g482:g483:g484:g485:g490:g491:g492:g493:g494:g510:g520:g530:g540:g550:g6:g62:g63:g64:g65:g71:g72:g73:g74:g75:g81:g82:g83:g84:g85:g91:g92:g93:g94:g95:g101:g102:g103:g104:g105:g111:g112:g113:g114:g121:g122:g123:g131:g132:g141:gsnapshot:gcontracts-trunk:gcontract-labels-trunk:gcontracts-nonattr-trunk:gcxx-modules-trunk:gcxx-coroutines-trunk:gcc-embed-trunk:gcc-static-analysis-trunk group.gcc86.groupName=GCC x86-64 group.gcc86.instructionSet=amd64 group.gcc86.baseName=x86-64 gcc @@ -161,6 +161,8 @@ compiler.g131.exe=/opt/compiler-explorer/gcc-13.1.0/bin/g++ compiler.g131.semver=13.1 compiler.g132.exe=/opt/compiler-explorer/gcc-13.2.0/bin/g++ compiler.g132.semver=13.2 +compiler.g141.exe=/opt/compiler-explorer/gcc-14.1.0/bin/g++ +compiler.g141.semver=14.1 compiler.gsnapshot.exe=/opt/compiler-explorer/gcc-snapshot/bin/g++ compiler.gsnapshot.demangler=/opt/compiler-explorer/gcc-snapshot/bin/c++filt |