Skip to content

Commit bb28eef

Browse files
Add GCC 16.1.0 (#2078)
Co-authored-by: mattgodbolt-molty <mattgodbolt-molty@users.noreply.github.com>
1 parent 7af4b6e commit bb28eef

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

bin/yaml/c.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,4 @@ compilers:
194194
- 14.3.0
195195
- 15.1.0
196196
- 15.2.0
197+
- 16.1.0

bin/yaml/cpp.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ compilers:
106106
- 15.1.0
107107
- assertions-15.1.0
108108
- 15.2.0
109+
- 16.1.0
109110
- assertions-15.2.0
111+
- assertions-16.1.0
110112
cross:
111113
type: s3tarballs
112114
arch_prefix:
@@ -167,6 +169,7 @@ compilers:
167169
- 14.3.0
168170
- 15.1.0
169171
- 15.2.0
172+
- 16.1.0
170173
arm-unknown:
171174
- check_exe: "{{arch_prefix}}/bin/{{arch_prefix}}-g++ --version"
172175
path_name: "{{subdir}}/gcc-arm-unknown-{{name}}"
@@ -183,6 +186,7 @@ compilers:
183186
- 14.3.0
184187
- 15.1.0
185188
- 15.2.0
189+
- 16.1.0
186190
nightly:
187191
if: nightly
188192
type: nightly
@@ -344,6 +348,7 @@ compilers:
344348
- 14.3.0
345349
- 15.1.0
346350
- 15.2.0
351+
- 16.1.0
347352
arm64:
348353
arch_prefix: aarch64-unknown-linux-gnu
349354
check_exe: "{{arch_prefix}}/bin/{{arch_prefix}}-g++ --version"
@@ -386,6 +391,7 @@ compilers:
386391
- 14.3.0
387392
- 15.1.0
388393
- 15.2.0
394+
- 16.1.0
389395
nightly:
390396
if: nightly
391397
type: nightly
@@ -407,6 +413,7 @@ compilers:
407413
- 14.3.0
408414
- 15.1.0
409415
- 15.2.0
416+
- 16.1.0
410417
nightly:
411418
if: nightly
412419
type: nightly
@@ -445,6 +452,7 @@ compilers:
445452
- 14.3.0
446453
- 15.1.0
447454
- 15.2.0
455+
- 16.1.0
448456
mipsel:
449457
subdir: mipsel
450458
arch_prefix: "{{subdir}}-multilib-linux-gnu"
@@ -471,6 +479,7 @@ compilers:
471479
- 14.3.0
472480
- 15.1.0
473481
- 15.2.0
482+
- 16.1.0
474483
mips64:
475484
subdir: mips64
476485
targets:
@@ -493,6 +502,7 @@ compilers:
493502
- 14.3.0
494503
- 15.1.0
495504
- 15.2.0
505+
- 16.1.0
496506
mips64el:
497507
subdir: mips64el
498508
arch_prefix: "{{subdir}}-multilib-linux-uclibc"
@@ -519,6 +529,7 @@ compilers:
519529
- 14.3.0
520530
- 15.1.0
521531
- 15.2.0
532+
- 16.1.0
522533

523534
- type: tarballs
524535
subdir: mips
@@ -553,6 +564,7 @@ compilers:
553564
- 14.3.0
554565
- 15.1.0
555566
- 15.2.0
567+
- 16.1.0
556568
mrisc32:
557569
nightly:
558570
if: nightly
@@ -614,6 +626,7 @@ compilers:
614626
- 14.3.0
615627
- 15.1.0
616628
- 15.2.0
629+
- 16.1.0
617630
nightly:
618631
if: nightly
619632
type: nightly
@@ -661,6 +674,8 @@ compilers:
661674
arch_prefix: "riscv32-unknown-linux-gnu"
662675
- name: 15.2.0
663676
arch_prefix: "riscv32-unknown-linux-gnu"
677+
- name: 16.1.0
678+
arch_prefix: "riscv32-unknown-linux-gnu"
664679
nightly:
665680
if: nightly
666681
type: nightly
@@ -723,6 +738,7 @@ compilers:
723738
- 14.3.0
724739
- 15.1.0
725740
- 15.2.0
741+
- 16.1.0
726742
sh:
727743
arch_prefix: "sh-unknown-elf"
728744
check_exe: "{{arch_prefix}}/bin/{{arch_prefix}}-g++ --version"
@@ -743,6 +759,7 @@ compilers:
743759
- 14.3.0
744760
- 15.1.0
745761
- 15.2.0
762+
- 16.1.0
746763
c6x:
747764
arch_prefix: "tic6x-elf"
748765
check_exe: "{{arch_prefix}}/bin/{{arch_prefix}}-g++ --version"
@@ -761,6 +778,7 @@ compilers:
761778
- 14.3.0
762779
- 15.1.0
763780
- 15.2.0
781+
- 16.1.0
764782
hppa:
765783
arch_prefix: "hppa-unknown-linux-gnu"
766784
check_exe: "{{arch_prefix}}/bin/{{arch_prefix}}-g++ --version"
@@ -770,6 +788,7 @@ compilers:
770788
- 14.3.0
771789
- 15.1.0
772790
- 15.2.0
791+
- 16.1.0
773792
sparc:
774793
arch_prefix: "sparc-unknown-linux-gnu"
775794
check_exe: "{{arch_prefix}}/bin/{{arch_prefix}}-g++ --version"
@@ -788,6 +807,7 @@ compilers:
788807
- 14.3.0
789808
- 15.1.0
790809
- 15.2.0
810+
- 16.1.0
791811
sparc64:
792812
arch_prefix: "sparc64-multilib-linux-gnu"
793813
check_exe: "{{arch_prefix}}/bin/{{arch_prefix}}-g++ --version"
@@ -806,6 +826,7 @@ compilers:
806826
- 14.3.0
807827
- 15.1.0
808828
- 15.2.0
829+
- 16.1.0
809830
sparc-leon:
810831
arch_prefix: "sparc-leon-linux-uclibc"
811832
check_exe: "{{arch_prefix}}/bin/{{arch_prefix}}-g++ --version"
@@ -824,6 +845,7 @@ compilers:
824845
- 14.3.0
825846
- 15.1.0
826847
- 15.2.0
848+
- 16.1.0
827849
loongarch64:
828850
arch_prefix: "{{subdir}}-unknown-linux-gnu"
829851
check_exe: "{{arch_prefix}}/bin/{{arch_prefix}}-g++ --version"
@@ -842,6 +864,7 @@ compilers:
842864
- 14.3.0
843865
- 15.1.0
844866
- 15.2.0
867+
- 16.1.0
845868
powerpc:
846869
arch_prefix: "{{subdir}}-unknown-linux-gnu"
847870
check_exe: "{{arch_prefix}}/bin/{{arch_prefix}}-g++ --version"
@@ -865,6 +888,7 @@ compilers:
865888
- 14.3.0
866889
- 15.1.0
867890
- 15.2.0
891+
- 16.1.0
868892
powerpc64:
869893
subdir: powerpc64
870894
targets:
@@ -885,6 +909,7 @@ compilers:
885909
- 14.3.0
886910
- 15.1.0
887911
- 15.2.0
912+
- 16.1.0
888913
nightly:
889914
if: nightly
890915
type: nightly
@@ -914,6 +939,7 @@ compilers:
914939
- 14.3.0
915940
- 15.1.0
916941
- 15.2.0
942+
- 16.1.0
917943
nightly:
918944
if: nightly
919945
type: nightly

0 commit comments

Comments
 (0)