Merge pull request #17202 from fxcoudert/gcc14

compilers: add gcc-14
This commit is contained in:
Mike McQuaid 2024-05-02 08:52:31 +01:00 committed by GitHub
commit a8bbc7b14a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 8 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# frozen_string_literal: true
module CompilerConstants
GNU_GCC_VERSIONS = %w[4.9 5 6 7 8 9 10 11 12 13].freeze
GNU_GCC_REGEXP = /^gcc-(4\.9|[5-9]|10|11|12|13)$/
GNU_GCC_VERSIONS = %w[4.9 5 6 7 8 9 10 11 12 13 14].freeze
GNU_GCC_REGEXP = /^gcc-(4\.9|[5-9]|10|11|12|13|14)$/
COMPILER_SYMBOL_MAP = {
"gcc" => :gcc,
"clang" => :clang,

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc