Skip to content

Commit 0fdebff

Browse files
dkmmattgodbolt
authored andcommitted
gccbpf: disable C++ (compiler-explorer#7161)
Older g++ versions were kind of working (by chance) for the BPF target. With more recent, it's broken, so was not enabled. Having only "old" compilers available in C++, but not in C is confusing, and not really useful => hidding the existing C++ compilers. fixes compiler-explorer#7116 Signed-off-by: Marc Poulhiès <[email protected]>
1 parent e3e5c4e commit 0fdebff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/config/c++.amazon.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,11 @@ group.gccbpf.groupName=BPF GCC
15291529
group.gccbpf.isSemVer=true
15301530
group.gccbpf.objdumper=/opt/compiler-explorer/bpf/gcc-trunk/bpf-unknown-none/bin/bpf-unknown-objdump
15311531

1532+
# hide them all, C++ is not really supported by gccbpf and is more confusing
1533+
# than anything. It was kind of working (by chance) on older gcc, but broken on
1534+
# more recent versions.
1535+
group.gccbpf.hidden=true
1536+
15321537
compiler.bpfg1310.exe=/opt/compiler-explorer/bpf/gcc-13.1.0/bpf-unknown-none/bin/bpf-unknown-none-g++
15331538
compiler.bpfg1310.semver=13.1.0
15341539
compiler.bpfg1310.objdumper=/opt/compiler-explorer/bpf/gcc-13.1.0/bpf-unknown-none/bin/bpf-unknown-objdump

0 commit comments

Comments
 (0)